Remote Backup Linux
How to: Remote Backup Linux using terminal command
You can use GNU tar (as root!) to back up a Linux system complete with important metadata.
ssh root@vps 'tar -cJf - --acls --selinux --one-file-system /' >vps.tar.xz
How to: Remote Backup Linux using terminal command
You can use GNU tar (as root!) to back up a Linux system complete with important metadata.
ssh root@vps 'tar -cJf - --acls --selinux --one-file-system /' >vps.tar.xz