rsync
Links
- <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>
-
Examples
-
Ordner kopieren:
rsync -avz /home/benutzer benutzer@example.com:/backups rsync -avz --exclude 'dir1' source/ destination/
-
-
Restricted RSYNC (rrsync)
- https://ftp.samba.org/pub/unpacked/rsync/support/rrsync
- Script that is installed together with rsync
- man page
-
EXAMPLES
- The ~/.ssh/authorized_keys file might have lines in it like this:
-
command="rrsync client/logs" ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAzG... command="rrsync -ro results" ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAmk...