What backup software do you use to backup windows pc's, mac's to your FreeBSD servers. Looking for recommendations, Linux i just rsync.
ssh
. It seems to work well and has built-in archive checks to validate the data. To be fair, I have not yet tested a complete disaster recovery. It's best to write a wrapper script to make periodic runs easier. dd
will also do.You better do.To be fair, I have not yet tested a complete disaster recovery.
I'll make my own trade-offs, thank you. I meant checking it independently ofYou better do.
restic
itself, which will validate the archive on demand. To really test a backup, in my view, one would restore it elsewhere and then run an automatic file-by-file comparison between the original data and the restored backup to see the differences. For valid practical reasons, I suspect almost nobody actually does this, including you.I never meant to tell you what to do.I'll make my own trade-offs, thank you.
cp /* /dev/null/
as "backup" *cough*I know now. I understood your post the way you do no testing at all. That's what I was objecting to - in general, not to your backup strategy, nor you personally.I meant checking it independently ofrestic
itself,
Oh, but I do.For valid practical reasons, I suspect almost nobody actually does this, including you.
I am genuinely interested in your approach to this. If you are just running the validate step in your backup software, that's not what I'm talking about because that might not protect you from bugs in the backup software. If you are restoring to a separate drive and manually spot checking sizes and individual files, that's not what I'm talking about because you might miss something. However, if you have an automated way to compare restored files to the originals, perhaps something similar to mtree, I would like to learn about it.Oh, but I do.
I not only tested my backup strategy under "hard-core" worst case full disaster testing conditions, I also validate every single backup.
it was arrogant by me, not to answer.genuinely interested
That's exactly what I did with my wife's former MacBook: let Time Machine do its BUs to a apple specific image file (you need it) via NFS on my FreeBSD zfs fileserver. Worked pretty well.I am also planning to put a time machine backup directly on NFS. That is supposed to be possible if you make a filesystem living in a file on the share. Makes sense. That way you only need to connect to the network and don't have to bother with USB disks.
That's exactly what I did with my wife's former MacBook: let Time Machine do its BUs to a apple specific image file (you need it) via NFS on my FreeBSD zfs fileserver. Worked pretty well.
Until my wife got her new MacBook Pro (the one with the new M1.) I slaved weekends over that issue just to figure out Apple somehow prevents Time Machine to access to any NFS or Samba. (She has pretty access to the server, but not TM.) Also the shell tool needed for some certain preparation, I just simply forgot what, ain't working anymore on this task anymore. Search me! My theory is Apple wants to urge people to use their cloud service. Now again there is an external USB drive attached to her MacBook; not really perfect, especially since my wife uses WLAN, only.
But maybe I'm mistaken, oversaw something.
If you get Time Machine do BUs again via NFS - on a new MacBook, please let me know.
But please don't send me links of Apple's How-To/Help sites on this topic; those are for the former models, I'm already through that, it simply does not work.
Cannot help you there.I wonder whether iSCSI might be an option
If you get Time Machine do BUs again via NFS - on a new MacBook, please let me know.
But please don't send me links of Apple's How-To/Help sites on this topic; those are for the former models, I'm already through that, it simply does not work.
hdiutil attach -nomount -noautofsck -imagekey diskimage-class=CRawDiskImage /Volumes/doomdata/tm-loeschen.diskimage
diskutil eraseVolume JHFS+ meh /dev/disk9
tmutil setdestination -a /Volumes/meh
I've had it working with net/netatalk3 for years now. Looks like it's time to update to Netatalk 4 if I can't convince the wife to ditch her Mac: https://netatalk.io/securityCannot help you there.
When I still remember correctly there simply ain't no choice within TM anymore to chose anything but an external drive or the cloud service, or if so, TM simply rejects the connection... -bad memorys. It's one of those things you spent whole weekends on, trying not to threw hardware out of the window, and being afraid the neighbours might come over to ask why there is so much loud cursing...
But - please - if you get to manage it (on a recent model), please tell me, and I'll give it another shot.
ty
sudo defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
mimic model
in your afp.conf might do the trick as well. I did both. Not sure which one worked.I also.i just rsync
(it's not part of otherwise exemplary Apple's official help sites; at least I found none)You might need a magic incantation to get your Mac to trust non-Apple storage: