I'm focused on making a backup system for my server ASAP. I'll phlog about it after-the-fact!
It's almost done! I'll be putting it up on GitHub soon. It has lots of comments. It was done with BASH scripts.
Using a little known tool called #zpaq for compression/archival/backing up certain things. I want to write an article about it soon. In fact, I think that's what I might do next: make a #spacecookie/#tor #Docker image (on GitHub).
Things are pretty much done, but I want to look into stenc for encrypting my LTO tape cartridges.
Oh, now I'm reading about incremental backups, on tape, with tar with `g` or the `u` flag. I was accidentally just using `c` each time, which I guess recreates the tar each time!