backups:backup_using_tar_and_ssh
This is an old revision of the document!
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"
backups/backup_using_tar_and_ssh.1491231536.txt.gz · Last modified: 2020/07/15 09:30 (external edit)