School bus tail gunner.
School bus tail gunner.
FYI: if you run freebsd you are not affected: https://lists.freebsd.org/archives/freebsd-security/2024-March/000248.html
Took me a while to find out so I thought I’d share.
You can’t dedup/compress restic repos at fs level due to the encryption.
Nice thing is you get those even with „dumb“ targets that can‘t do those for you.
Restic is my tool of choice for deduplicated encrypted verifiable compressed incremental backups.
Oof yes, my Kia ev6 too. Down is next. In my BMW up was next.
Emacs is, too, but I don’t bother having a proper editor set up. I won’t develop anything on that machine anyways.
The editor I use when I’m on windows by accident but still have to look at some text files real quick.
Could be a Tld without a domain in front.
Cafés are literally one of the only things open on Sundays here, and they sell cake.
String is a pretty nice shelving system.
Did you take this on your floor? And why gloves?
I mean, yea, I’d probably have put my backpack down when I entered their home.
If they are investors, shouldn’t they all be in box?
I’ve been there for snowboarding the last two winters. We lived in Alba last time, Ciampac is right there.
I use restic.
With restic you can pipe to stdin, so I use mysqldump and pipe it to restic:
mysqldump --defaults-file=/root/backup_scripts/.my.cnf --databases db-name | restic backup --stdin --stdin-filename db-name.sql
The .my.cnf looks like this:
[mysqldump] user=db-user password="databasepassword"