Backup with rsync

Aus Laemmi´s Wiki
Zur Navigation springen Zur Suche springen

Backup home dir to target volume

rsync -azv --delete ~/ /VOLUME/

Backup with SSH

rsync -azv -e ssh user@host:/source_path/ /dest_path/