What are you favourite/useful rsync
tricks these days?
Mine is rsync -r --chown=AUSER:AGROUP SRC DST
to copy the files and change the ownership on the fly.
What are you favourite/useful rsync
tricks these days?
Mine is rsync -r --chown=AUSER:AGROUP SRC DST
to copy the files and change the ownership on the fly.
--info=progress2
for long transfers involving a large number of files. Gives continuously updated statistics on the whole transfer.