I'm using rsync to copy files from a source folder to a destination folder.  It works fine.  But, to save some time, what options should I use to only update or copy (to the destination) files that are new and/or have a new time stamp on them?

Here's the code I use below (pretty sure the -n means dry-run)


rsync -r -n -t -v --progress -s '/Desktop/Book' '/media/Chip/Book June'


Thanks,

Peter

Attachment: OpenPGP_0x19B6B68457884FFB.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to