Seems similar to https://rsnapshot.org/
Time Machine-style backups with rsync (2018)
51–57 of 57 posts
Re: Time Machine-style backups with rsync (2018)
#52If we spoke about a Linux box, one that prudently ran ZFS, or XFS on top of LVM, it would be possible to make a snapshot before the diffing and sending, so that the snapshot would be indeed point-in-time. IDK if whatever macOS uses for the filesystem supports snapshots. Otherwise, I think, restic or kopia are better for proper backups, and Syncthing for keeping a mirror copy. But the simplicity of this script in char…
> But the simplicity of this script in charming. An important feature of backups is the ability to restore them. As much as I love restic, I have at least one backup target with hard links.
I have a mirror that Syncthing maintains, with some staggered versioning; it seems similar, and should help me immediately in a case of clobbering something. Restic backups helped me several times in cases of catastrophic failures, and are now the default way of moving my stuff to a new machine.
Re: Time Machine-style backups with rsync (2018)
#53Now I use Kopia, no real complaints there. I used to use Borg but until recently it needed some fussy extra community package to work on Synology.
Re: Time Machine-style backups with rsync (2018)
#54Earlier quoted context omitted.
Why? I’m currently trying to decide between Borg and Restic myself. Borg has worked very well for me in the past, and I’m a bit excited by the new Vorta GUI frontend. But I already have a BackBlaze B2 setup for backing up my Mac, and Restic would let me continue to use that as a backup store. I’m interested in hearing about differentiating points between them.
Primarily it's the reason you already know: restic and borg are the same model, but restic doesn't need it to be an ssh-accessible filesystem on the remote end. Restic can send backups almost anywhere, including object storage like your Backblaze B2 (that's what I use with restic, too). I agree with OP: restic is strictly better. There's no reason to use borg today; restic is a superset of its functionality.
Re: Time Machine-style backups with rsync (2018)
#55Earlier quoted context omitted.
Primarily it's the reason you already know: restic and borg are the same model, but restic doesn't need it to be an ssh-accessible filesystem on the remote end. Restic can send backups almost anywhere, including object storage like your Backblaze B2 (that's what I use with restic, too). I agree with OP: restic is strictly better. There's no reason to use borg today; restic is a superset of its functionality.
Does restic work well with truenas?
Re: Time Machine-style backups with rsync (2018)
#56Re: Time Machine-style backups with rsync (2018)
#57What happened to tarsnap? Anybody using it?