Deutsch   English   Français   Italiano  
<103b1v6$14iu4$2@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.sys.raspberry-pi
Subject: Re: NAS Backup solution?
Date: Mon, 23 Jun 2025 08:07:03 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <103b1v6$14iu4$2@dont-email.me>
References: <f881ae305c.BrianNews@brianhowlett.me.uk>
	<1038afg$d1kh$1@dont-email.me> <103aigs$1113u$2@dont-email.me>
	<103ardn$13100$1@dont-email.me> <103b0n0$140v9$5@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 23 Jun 2025 10:07:03 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="bf9d1938dd32c62f8ed3fae052abab19";
	logging-data="1199044"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/anxlOAJ+2TE6V8ZLEmVFD"
User-Agent: Pan/0.162 (Pokrosvk)
Cancel-Lock: sha1:XvGAttf4G1tvmB54x6dUDjH4DpI=

On Mon, 23 Jun 2025 08:45:36 +0100, The Natural Philosopher wrote:

> Rsync is an excellent backup tool. Not the least because it contains an
> exact copy of the source.

And you can rerun the rsync operation to the same destination, and confirm 
that it does nothing (i.e. nothing got left out). And for extra paranoia, 
you can specify the --checksum option, which forces it to reread 
everything, just to confirm that the copy was bit-for-bit exact.