dupluxy
Rsnapshot
dupluxy | Rsnapshot | |
---|---|---|
1 | 75 | |
4 | 3,469 | |
- | 1.0% | |
3.9 | 6.6 | |
6 months ago | 1 day ago | |
Go | Perl | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
dupluxy
-
BorgBackup 2 has no server-side append-only anymore
https://github.com/dupluxy/dupluxy
If anyone cares about preserving hardlinks and overlay2 directories. The binary is a drop in.
Rsnapshot
- BorgBackup 2 has no server-side append-only anymore
-
Restic: Backups Done Right
In the 90's I remember using various backup tools that had their own custom format. I decided that I wanted my backup to be just wanted files on a normal filesystem without being stored in some kind of special format. I realize that this means compression and deduplication is harder but those are tradeoffs that I can accept.
I've been using rsnapshot (or it's predecessor script) for 20 years now. It's a wrapper around rsync that gives you snapshots that save space by using hard links. I can compare versions with diff. I can restore files with cp -a
https://rsnapshot.org/
- Timeshift: System Restore Tool for Linux
-
Escaping Surveillance Capitalism, at Scale
Two things I want to try this month are:
https://mastodon.social/@chromakode/110936177254839251
https://rsnapshot.org/
- Backup software that continuously monitors changes but runs only once a month
-
Not openSUSE specific but what's the best backup utility?
I'm using rsnapshot. It's based on rsync. It's fully automated and I make daily and monthly backups backup to my NAS. The biggest benefit of rsnapshot is that it uses hardlinks. So only changed files are backed up. It doesn't have a GUI though, you have to set a configuration file.
-
Criticize my backup strategy
For backups, I'm using rsnapshot.
-
Newbie - How to (image) Backup a rasberry PI
It's been a while but I think rsnapshot is what you're looking for.
-
Python Port of 600 Line Bash Script: rsync-time-machine.py for Rsync Backups
The description sounds like it does largely the same job as rsnapshot (https://rsnapshot.org/). What does yours do differently from rsnapshot?
- Redundancy and bit-rot protection on a single drive
What are some alternatives?
bontmia - Bontmia (Backup Over Network To Multiple Incremental Archives)
TimeShift - System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.
CPython - The Python programming language
BorgBackup - Deduplicating archiver with compression and authenticated encryption.
rustic - rustic - fast, encrypted, and deduplicated backups powered by Rust
restic - Fast, secure, efficient backup program