- <https://wiki.ubuntuusers.de/rsync/>
- <http://redpill-linpro.com/sysadvent/2015/12/03/rsync-tricks.html>
- <https://superuser.com/questions/270911/run-rsync-with-root-permission-on-remote-machine>
Ordner kopieren:
rsync -avz /home/benutzer benutzer@example.com:/backups
rsync -avz --exclude 'dir1' source/ destination/
command="rrsync client/logs" ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAzG...
command="rrsync -ro results" ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAmk...