14
4
Is it possible to have rsync
transfer all files in a directory that have changed or have been created? I don't need something as sophisticated as a CRC diff check; files with different timestamps and/or file sizes count as changes.
I get the impression from the man page that it should be possible, but I need a little guidance on what set of parameters to pass rsync
.
3...and perhaps add the z flag to use compression for the transfer – Linker3000 – 2011-03-07T21:47:51.107
4...if you're transferring to a remote location – Majenko – 2011-03-07T21:50:07.530