plumbercraic

u/plumbercraic@lemmy.sdf.org
39 posts · 461 comments

Recent posts

Recent comments

on SSH managers on Linux? · c/linux · 2 pts · 327d

so I finally came around to this approach. The native terminal is faster and more responsive, and I can easily sync the ssh config across devices with syncthing.

on The Future · c/memes · 5 pts · 1y

Laughed so hard when that dude showed up. Also loved the bag boys chanting "v8" - what a top film.

on Linux Users- Why? · c/linux · 3 pts · 1y

Same. It's an OS not a lifestyle choice. Good OS though - two years now I think, and not complaints.

on disco · c/memes · 5 pts · 1y

I still wonder if Chasey ever wrote back

I wouldn't backup the volumes directly. Better to use the mount points as you suggest then back up those mounted directories. If it's a database that usually needs to have its records exported into a backup friendly format. Typically I will do a db dump from a cron job in the host system to summon a script inside a container which writes to a mounted dir which is the thing that I back up.