Opened on May 4, 2019 at 2:00:30 AM
Closed on May 5, 2019 at 3:53:31 PM
#10695 closed feature (worksforme)
How compare function works
Reported by: | cfurrow94 | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | core | Version: | 6.7.0 |
Severity: | normal | Keywords: | |
Cc: | Architecture: | ||
Platform: |
Description
Hello, I have a quick question. I've tried looking all over and I can't quite seem to get the answer.
When transferring files, if you use the compare function, does it check the size, mod date, and checksum, and if one of those is different, does it overwrite? or does it have to be all three of those being different to overwrite?
Thank you!
Change History (1)
comment:1 Changed on May 5, 2019 at 3:53:31 PM by dkocher
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Skip existing files that match a checksum if available. If a checksum is not available or differs the modification date is compared to determine if a file should be replaced.