Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!i2pn.org!i2pn2.org!.POSTED!not-for-mail From: D Newsgroups: comp.os.linux.misc Subject: Re: Time machine backups Date: Sat, 11 Jan 2025 13:02:51 +0100 Organization: i2pn2 (i2pn.org) Message-ID: <634a474e-5e47-a24e-4cc9-1a72a5fbb719@example.net> References: <4RVeP.812124$bYV2.164030@fx17.iad> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Injection-Info: i2pn2.org; logging-data="3092366"; mail-complaints-to="usenet@i2pn2.org"; posting-account="w/4CleFT0XZ6XfSuRJzIySLIA6ECskkHxKUAYDZM66M"; X-Spam-Checker-Version: SpamAssassin 4.0.0 In-Reply-To: Xref: csiph.com comp.os.linux.misc:64144 On Thu, 9 Jan 2025, The Natural Philosopher wrote: > On 09/01/2025 16:51, D wrote: >> Apart from samba, I have used the rsync + hardlinks method for backup with >> much success between countries, for decades. > Yes. Its fine if the directory structure you are using to archive is in fact > compatible with the source directory trees permissions and ownerships. > > Samba is not. It also depends on if you need to save the permissions and ownerships or not. Sometimes, like in my case, it is enough to save the data. I can always fix permissions and owners later if I need it. I have been pleasantly surprised by restic so far. It seems to be well written and to function as expected so far, and performance is quite good as well. It look as if I will switch from my classic rsync + hardlinks method to restic. But we'll know for sure in a few months.