sainth
@sainth@lemmy.world
This is a remote user, information on this page may be incomplete. View at Source ↗
- Comment on rootless backup or rootless podman volumes? 1 day ago:
Ah, in that case you will probably need to go into the container to do the backup. I avoid mounted volumes.
- Comment on rootless backup or rootless podman volumes? 1 day ago:
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