School bus tail gunner.
School bus tail gunner.
Stop with the umlauts, it hurts.
Afaik much smaller code base and as such easier to audit.
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…
That trailer was released almost a year ago…
Ok, it says ancestors of the silk oak tho. I guess there are plants that are actually unchanged from that period, like some ferns.
Sources on that? I’d guess it would then be more widespread than Australia.
Cafés are literally one of the only things open on Sundays here, and they sell cake.
String is a pretty nice shelving system.
Usually variables like that can be avoided with itterators nowadays. If they can’t I like to use idx
, if they are nested I name them after what they index, like idx_rows, idx_cols
.
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?
None pizza with left beef. Famous, it even has a Wikipedia article.
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"