Miss me with more capeshit.
Miss me with more capeshit.
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.
Bold coming from the top innovator of printer behavior that deserves hatred…
Ye, I want a specific microwave, but it is currently more expensive than ever…
I look at it basically all day at work, the 200€ are are down to a very small fraction of a cent / hour of use by now.
I bought Pragmata Pro about 5 years ago and still love it.
And rear fog lights. Idiots turn them on in light rain, but forget to in serious fog :s
Everfuel is quite the ironic name…
Yes, but the term radiation usually implies ionizing radiation.
Because they get subsidies from the govt bc they employ a whole region and are a super big energy company. They need to be dismantled.
Still, its lignite, they should cease all mining operations.
Grabbing cash from pharmaceutic companies? I’d totally try if I had an angle like they do.
I’ve been there for snowboarding the last two winters. We lived in Alba last time, Ciampac is right there.
I use restic.
Yes it’s horrible.
I use wasabi s3, I back up to that using 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"