Rdiff-backup - close to what you do currently but at least provides versioning. Based on rsync. - Source: Reddit / about 2 months ago
As in just a copy of your files? This I would barely consider a backup, more of just a mirror from a point in time. What're you missing by doing this? Versions of files, deduplication, and encryption (last one being very important for the best kind of backups, which should be off-site). Just because it's not files doesn't mean it's proprietary. Proprietary would mean secret and undocumented. There are many great... - Source: Reddit / 2 months ago
Rdiff Backup - Reverse differential backups that uses rsync, linking, and can tunnel via ssh. You get a full current backup with increments available to restore any version of the file with minimal storage space used. - Source: Reddit / 3 months ago
Borg is great. we've been using it for the past 3 years to archive hundreds of file-level backups of servers, database dumps and VM images. Average size of each borg repo is few GB but there are few outliers up to few hundreds of GB. Borg replaced https://rdiff-backup.net/ for us and gave:. - Source: Hacker News / 3 months ago
Robocopy is great if you don't have access to rsync. If rsync via WSL2 for instance is an option, I'd personally go with rdiffbackup. - Source: Reddit / 4 months ago
You have to try them out and decide for yourself of course. I've used to using Vorta which was great at least on openSUSE. Then for cli backup solution I used rdiff-backup which was also really good. - Source: Reddit / 7 months ago
I use rdiff-backup for a similar usecase. Maybe you find it also useful. - Source: Reddit / 8 months ago
I’m using btrbk for my BTRFS partitions and rdiff-backup for anything else. - Source: Reddit / 10 months ago
People need to stop recommending rsync for backups. Some reasonable, time-tested software suggestions are Back In Time, Borg+Vorta, and my minimal CLI choice, rdiff-backup. - Source: Reddit / 10 months ago
Note that if you want to make incremental copies in order to rollback and have access to older version you can replace rsync by rdiff-backup, see https://rdiff-backup.net/ for details. - Source: Reddit / over 1 year ago
Rdiff-backup data backup utility is attributed as a cross-platform data backup solution. Therefore, its usability also extends to FreeBSD and macOS operating system platforms. This cross-platform flexibility is partially a result of the Rdiff-backup tool being written in Python. - Source: Reddit / over 1 year ago
Another possibility is rdiff-backup. This one stores one copy of the files for the most recent backup, and reverse diffs for the other backups. This avoids the hardlink write issue, but does make accessing older backups more difficult. - Source: Reddit / over 1 year ago
Build a offsite Rpi-NAS to dump the most important data, extra redundancy. Preferably with Borg-backup or rdiff-backup. - Source: Reddit / over 1 year ago
Personally I like rdiff-backup I use it not for backuping my entire system but only my data. I think it's a very useful tool. - Source: Reddit / almost 2 years ago
We run data backups, to a RaPi4, with rdiff_backup. Works fine. External harddrive with it's own power supply. - Source: Reddit / almost 2 years ago
Do you know an article comparing rdiff-backup to other products?
Suggest a link to a post with product alternatives.