User Tools

Site Tools


ubuntu:backups:backup_using_tar_and_ssh

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.txt · Last modified: 2020/07/15 10:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki