Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #46 from LuccaSA/fix-diff
Browse files Browse the repository at this point in the history
Diff file is now only on the content
  • Loading branch information
rducom committed Dec 2, 2022
2 parents 8469a7e + ff48a4e commit fa43ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TCC.Lib/Dependencies/CompressionCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public string CompressCommand(CompressionBlock block, CompressOption option)
{
throw new Exception("todo ex msg");
}
cmd.Append($" -N \"{block.DiffDate.Value.ToLocalTime():yyyy-MM-dd HH:mm:ss}\"");
cmd.Append($" --newer-mtime \"{block.DiffDate.Value.ToLocalTime():yyyy-MM-dd HH:mm:ss}\"");
}

switch (option.PasswordOption.PasswordMode)
Expand Down

0 comments on commit fa43ed5

Please sign in to comment.