Answer the question
In order to leave comments, you need to log in
Site backup
Dear Khabravchan.
Please recommend a solution to this problem. There is an online store site on Debian/VPS. A daily local backup and a weekly offsite backup to FTP are configured using regular ISP Manager tools. Unfortunately, full backups and archiving (even at night) almost block the work due to high load.
I'm considering an incremental backup, preferably on FTP. Or site replication to a remote FTP.
What can you recommend as tools?
Thanks in advance for your recommendations.
Answer the question
In order to leave comments, you need to log in
Had the same problem. I did it very simply on my dedicated server:
1. once a day, a database dump is created on the server and dumped into the directory that will be backed up in the next step
2. on the local machine, it runs once a day
rsync /usr/bin/rsync -av --delete [email protected]:/direcroy/to/backup /var/backups/sitename/
apt-get install duplicity
man duplicity
and you can read more here . Good luck!
I would transfer the system to lvm and make snapshots twice a day (and delete the old ones after some time), I even saw a script for this on the net
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question