Backup - do not change timestamp of destination directory
Posted: 26 Nov 2018 21:35
Can you please (try to) change the backup command to not change the timestamp(s) of the destination directory?
Reason: Comparing two multi-Tb backup disks for equality is not something you want to do by an exhaustive recursive file-by-file compare, it's much easier, be it obviously not 100% fool-proof, to do a "dir [thisdrive] /ogn /s > dir-[thisdrive].txt" change "mydrive:" in both files to "Q:" and use a simple compare of the two text files. Sadly, backup (and obviously even just copy) change the timestamp of the destination directory, making this comparison a bit harder than it could/should be.
Reason: Comparing two multi-Tb backup disks for equality is not something you want to do by an exhaustive recursive file-by-file compare, it's much easier, be it obviously not 100% fool-proof, to do a "dir [thisdrive] /ogn /s > dir-[thisdrive].txt" change "mydrive:" in both files to "Q:" and use a simple compare of the two text files. Sadly, backup (and obviously even just copy) change the timestamp of the destination directory, making this comparison a bit harder than it could/should be.