|
|
|
|
|
by paule89
2273 days ago
|
|
What i really miss on Linux, or for backups in general: Make it super easy. I just want to open the software and tell hey here is my network drive/external drive. Please start the backup of all my installed apps, all my configurations, all my music and develop files. Also for restoring, just make it easy. Can somebody point me to a good solution? The problem is Linux is too diverse. Either you use basic tools like rsync which everybody can use, or you get super specific with automated btrfs backups onto a specific btrfs drive with deduplication and backup snapshots. Sounds super useful. But not easy as well. Also a gui would be nice, or at least a super in depth tutorial walking you through backing up your apps, your configs, your ssh keys. whatevs. |
|
It comes with a GUI in which you tell it what to backup what to ignore, where to backup to and when to run the backup schedule. It'll also ask for a backup password to secure the backup and will ask you to enter it once in a while to make sure you don't forget it. It also makes full backups instead of partial ones to ensure that delta backups don't become corrupt.
It's mostly a python wrapper around rsync but it does all the annoying stuff for you.