I just got a VPS and I'd like to keep my own backups downloading them to my local computer.
I have no server administration experience and don't have time to learn advanced stuff.
I tried with
and it created a tgz archive of the entire server ( from / ahead ) that I can download via SFTP, this already sounds reasonable to me, but I'd like to know if you know smarter/better solutions.
Moreover I saw there's a System Backup tool in Directadmin but it seems pretty useless since there's no restore utility... (at least at admin level)
how do you take backups of your servers?
I have no server administration experience and don't have time to learn advanced stuff.
I tried with
PHP:
tar cvpzf backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys /
Moreover I saw there's a System Backup tool in Directadmin but it seems pretty useless since there's no restore utility... (at least at admin level)
how do you take backups of your servers?