Intro: I have VPS (with Debian) and some websites that hosted on it. Sites are not very large (~10-20 GB totally) but I need to make periodic backups of all user data.
Problem: I'm looking for simple solutions that allows to backup all this stuff to Amazon Glacier, and meet some conditions:
- Easy to configure (because I'm newbie in server administration)
- Amazon Glacier support
- Debian support
- Backup all files (entirely /home directory)
- Incremental weekly backups
I've found some solutions like http://www.bacula.org/en/ but they aren't so easy to manage.
Could you give advice for my case or recommend good tools for such backups?