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.
You must log in or register to comment.
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.