Sujet : Re: NAS Backup solution?
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.sys.raspberry-piDate : 08. Jul 2025, 23:02:52
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <104k4ic$3p7d8$10@dont-email.me>
References : 1 2 3 4 5
User-Agent : Pan/0.162 (Pokrosvk)
On 07 Jul 2025 23:47:57 +0100 (BST), Theo wrote:
Lawrence D'Oliveiro <ldo@nz.invalid> wrote:
>
On Mon, 07 Jul 2025 16:58:38 +0100, Brian Howlett wrote:
>
I bought a USB drive and formatted it to ext4 and used rsync to back
up the Pi 5.
>
Don’t forget the tips on how to keep a rolling set of timestamped
backups, without needing space for extra copies of files which haven’t
changed.
>
rsnapshot does that for you, using rsync and hard links.
Sure, these convenient wrappers around rsync handle some common cases
with less work. But they still don’t offer the full power and
generality of rsync itself.
Also, rsnapshot refers to this article
<
http://www.mikerubel.org/computers/rsync_snapshots/>, which has been
obsoleted by the addition of --link-dest to rsync. Does rsnapshot make
use of that to simplify things?