2

I have VPS (with Ubuntu Server). Files and DBs are not very large (~10-20 GB totally) but I need to make periodic backups of all user data.

I'm looking for simple solutions that allows to backup all this stuff to Amazon S3, and meet some conditions:

  • Easy to configure, because I'm newbie in server administration
  • Backup all files (entirely /home directory)
  • Backup MySQL DB
  • Incremental weekly backups

Could you give advice for my case or recommend good tools for such backups?

  • I think you would get better results over at [Server Fault](http://serverfault.com/) - I'm not doubting the SO user skillset, it just seems like a question more suited over there. – ʰᵈˑ Sep 30 '14 at 08:09

1 Answers1

0

backupninja maybe is what you want. Also, you may be interested in backup gem. Backup manager by R1 soft also good choice.

And take a look at this topic, it has a several other backup solutions.

Drakmail
  • 682
  • 2
  • 7
  • 22