Live data from Hacker News

Show HN: Saf – simple, reliable, rsync-based, battle tested, rounded backup

github.com

1–10 of 26 posts

Show HN: Saf – simple, reliable, rsync-based, battle tested, rounded backup

#1
I had this backup code working reliably for years, using local file system, vps/dedicated server, or remote storage for backup, then I finally get time to wrap README, iron few missing switches and publish. Should be production ready and reliable, so it could be useful to others. Contributors are welcome.

https://github.com/dusanx/saf>

Show HN: Saf – simple, reliable, rsync-based, battle tested, rounded backup
github.com

Re: Show HN: Saf – simple, reliable, rsync-based, battle tested, rounded backup

#8
post #7

Have a look at restic for a good alternative to this.

Typical HN to immediately tell everyone to use something else when someone posts something they spent time and effort on making, just because it's not 100% unique

These alternative recommendations are exactly what I'm looking for when browsing the comments.

Re: Show HN: Saf – simple, reliable, rsync-based, battle tested, rounded backup

#10
post #8
post #7

Earlier quoted context omitted.

Typical HN to immediately tell everyone to use something else when someone posts something they spent time and effort on making, just because it's not 100% unique

These alternative recommendations are exactly what I'm looking for when browsing the comments.

Author here. Yes, I am also the one that loves to see alternatives on topic of interest to me on HN. However putting an effort to publish different take on something already 'solved' is either because I want my own solution no matter what (I don't) or because other solutions didn't fully cover all my use cases (they didn't). I would gladly use somebody else code instead of my own, if that was possible.

Two scripts linked at the bottom of README.md are almost perfect and I used one or another for years, but one of them sometimes misses to hard link with previous backup, creating new full backup and wasting resources -- not something that's easy to detect since they all look correct before 'du' or similar analysis.

saf solves few of the problems I faced during the years in a elegant way: multiple targets, target related commands, reliability. Why not XY? Why not saf?

Post reply on HN