rsync options to get rsync to report progress: –verbose –progress –stats if copying over network use compression and secure transfer: –compress –rsh=/usr/bin/ssh tell rsync to copy recursively: –recursive keep file timestampts: –times keep permissions: –perms copy symbolic links: –links instruct rsync to delete files on the remote location that isn’t present on the source: –delete […]
Tags: rsync