• 0 Posts
  • 14 Comments
Joined 1Y ago
cake
Cake day: Jul 07, 2023

help-circle
rss

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"

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…


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 mean, it really is the only client that makes sense when you get more serious. It can seed 1000+ torrents without problems.


No, the ports expire, but you can script the renewal / new port process via their API. I want to set up a job that gets a new port like 1x per week and tells it to the applicating using the port. Haven’t done that yet. So far my port stayed active for like a month.


I like how they have an api for stuff like port forwarding etc (albeit with mediocre documentation), and how they use all their own servers.

So far I could always max out my connection, it is only 100Mbit/s tho.




Im on a First Generation Apple TV 4K. 6 years old and still works flawlessly.

Only reason I might get a newer one is to have another matter border router. Also the new remote looks nicer.


I love the Apple TV. It has a super fast ui. I use infuse on it to play content from a network share, and Plex.


I use wasabi s3, I back up to that using restic.