On Sat, 10 Feb 2018 12:16:47 -0500 bruce <badouglas@xxxxxxxxx> wrote: > Is there an attribute or approach to allow/force rsync to redo a > "complete" xfer of files..? I'm not aware of a way, and it makes sense. If the identical file is already there, why would rsync spend the resources to replace it? If you want to re-transfer everything, just rm -rf the files and directories on the destination. Be careful that you are definitely in the right directory, as this will wipe out everything below the directory where you run the command. If you just want to change owner:group, permissions or attributes use the chown, chmod, or chcon programs on the destination. This can be recursive with the -R option. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx