sainth

joined 2 years ago
[โ€“] sainth@lemmy.world 1 points 1 month ago

Ah, in that case you will probably need to go into the container to do the backup. I avoid mounted volumes.

[โ€“] sainth@lemmy.world 3 points 1 month ago (2 children)

As your user account, just run something like:

podman volume export VOLUME >backup.tar

Or from another machine, say you want to do a remote backup from your server:

ssh user@host podman volume export VOLUME | zstd -o backup.tar.zstd