Earlier quoted context omitted.
In my experience there's no need to worry about long term disk usage of Time Machine. The backup is going to get in a bad state and start failing to add new backups, requiring you to wipe it and start over before the drive fills up.
In my experience, I've been using TM ever since it was released, without these problems - and I've used it to transfer to new machines multiple times.
ThinMachine – A $25 thin client macOS Time Machine appliance
161–170 of 189 posts
Re: ThinMachine – A $25 thin client macOS Time Machine appliance
#162Earlier quoted context omitted.
A lot of money… until you need to recover data and would pay SO MUCH more just to get your data back. I think it’s a fantastic price.
Why would I need to pay any money to get my data back using Timemachine, Borg, Duplicity etc… though? That doesn’t really make sense.
Re: ThinMachine – A $25 thin client macOS Time Machine appliance
#163Instead, I just turned on the Time Machine option on my Synology. Job done. In addition to network Time Machine I also run a local Time Machine on an external SSD. Backup redundancy is key.
Also of note: I use a similar thin client running ESXi to run old Intel Windows VMs that I occasionally need. The cost of that one was also $25 plus replacement RAM and SSD.
Re: ThinMachine – A $25 thin client macOS Time Machine appliance
#164Earlier quoted context omitted.
Why would I need to pay any money to get my data back using Timemachine, Borg, Duplicity etc… though? That doesn’t really make sense.
I think they're maybe alluding the fact that if you have a backup system which fails when you need to use it (e.g. your Time Machine backup turns out to be corrupted, which quite a few people in the comments seem to have experienced), you'd wish that you'd paid money to have a backup system which worked instead.
Re: ThinMachine – A $25 thin client macOS Time Machine appliance
#165Synology has nice support for time machine backups. Very easy to set up in DSM.
Something happened around Big Sur that made Synology and Time Machine not get along for me. I set the share up with a quota and everything is great and happy. Time Machine backs up. But once that quota is exceeded, Time Machine complains about not having enough free space and quits. It used to delete old backups but now, no matter what I do, it just complains about free space and quits. :(
Re: ThinMachine – A $25 thin client macOS Time Machine appliance
#166Earlier quoted context omitted.
Use a good one, then. I haven’t spotted any issues after 18 months of use.
I explicitly asked for the model/maker of your microSD so that I could :-)
To add more context, I only use TimeMachine for the use case "I deleted something I haven't committed to Git and want to revert to the state of 1h ago". My real backup is offsite + encrypted (Arq + paid GDrive).
Re: ThinMachine – A $25 thin client macOS Time Machine appliance
#167Re: ThinMachine – A $25 thin client macOS Time Machine appliance
#168I don't trust Time Machine any more. Years ago I wrote some shell scripts that help me mostly automate my complete system setup (with brew and friends). From time to time, I wipe my entire system and restore it with these scripts. Sometimes I have to adjust them, but mostly, they work without changes. For my data backups, I use restic. Big advantage is, that I can read my backups even when I don't have a macOS system…
However, I have 2 user accounts on my macOS (mine and spouse’s) and I couldn’t get Restic to access the other account’s data. I am admin, I ran Restic as root, gave it “full disk access” - still couldn’t make it work.
Any tips?
Re: ThinMachine – A $25 thin client macOS Time Machine appliance
#169I don't trust Time Machine any more. Years ago I wrote some shell scripts that help me mostly automate my complete system setup (with brew and friends). From time to time, I wipe my entire system and restore it with these scripts. Sometimes I have to adjust them, but mostly, they work without changes. For my data backups, I use restic. Big advantage is, that I can read my backups even when I don't have a macOS system…
Would you be able to share those scripts? Or if not, an obfuscated/abstracted version of them? I use brew but even with brew and brew cask, I find there's plenty of GUI apps that require manual installation, which will also have their own config spread out in various places, plus whatever CLI or background stuff I've installed myself (mostly hidden files/directories in my home folder so probably easier), system setti…
Just a short search:
https://www.lotharschulz.info/2021/05/11/macos-setup-automat...
Re: ThinMachine – A $25 thin client macOS Time Machine appliance
#170I don't trust Time Machine any more. Years ago I wrote some shell scripts that help me mostly automate my complete system setup (with brew and friends). From time to time, I wipe my entire system and restore it with these scripts. Sometimes I have to adjust them, but mostly, they work without changes. For my data backups, I use restic. Big advantage is, that I can read my backups even when I don't have a macOS system…
I was trying out Restic (through auto-restic) this weekend. And I really wanted to make it work. However, I have 2 user accounts on my macOS (mine and spouse’s) and I couldn’t get Restic to access the other account’s data. I am admin, I ran Restic as root, gave it “full disk access” - still couldn’t make it work. Any tips?