Sujet : Re: NAS Backup solution?
De : theom+news (at) *nospam* chiark.greenend.org.uk (Theo)
Groupes : comp.sys.raspberry-piDate : 24. Jun 2025, 13:11:11
Autres entêtes
Organisation : University of Cambridge, England
Message-ID : <Nsg*3vQfA@news.chiark.greenend.org.uk>
References : 1 2 3 4 5 6 7
User-Agent : tin/1.8.3-20070201 ("Scotasay") (UNIX) (Linux/5.10.0-35-amd64 (x86_64))
Lawrence D'Oliveiro <
ldo@nz.invalid> wrote:
On Mon, 23 Jun 2025 18:51:18 +0100, The Natural Philosopher wrote:
On 23/06/2025 11:25, Chris Elvidge wrote:
>
I use rsync regularly to backup remote systems using ssh, where
known_hosts and authorized_keys are correctly populated (eg):
rsync $OPTIONS remotehost:/ localdir/
to copy a whole remote host to a local directory system.
>
I also do this with an rsyncd on the far end ...
I’ve never found a use for rsyncd. All my network-based rsyncs have
been point-to-point connections via SSH.
I wouldn't recommend rsync:// protocol because it's unencrypted, although I
suppose on a LAN there could be higher throughput for not having to
en|decrypt data if your machines aren't particularly speedy.
Theo