ubuntu:backups:backup_using_tar_and_ssh
This is an old revision of the document!
Ubuntu - Backups - Backup using tar and ssh
Go to the folder where you want to backup.
Use tar to archive and send it though network to backup machine.
tar -cvjf - /path/to/backup | ssh user@backupmachine "cat > /home/backup.tar.bz2"
ubuntu/backups/backup_using_tar_and_ssh.1574800218.txt.gz · Last modified: 2020/07/15 09:30 (external edit)