podman-dump@.service¶
Synopsis¶
podman-dump@.service
podman-dump@.timer
Description¶
Periodically dumps container contents.
The instance name (systemd instance string specifier %i) is used as the
schedule name.
Schedules can be enabled out of the box for all interval shorthands supported by
systemd.time(7). E.g., in order to enable the weekly schedule in the systemd
system scope, run the following command:
systemctl enable --now podman-dump@weekly.timer
Environment¶
- PODMAN_DUMP_DIR¶
Path of the directory where dumps are stored. Defaults to
/var/backups/podman/%iwhen run in systemdsystemscope and~/.local/backups/podman/%iwhen run inuserscope.
- PODMAN_DUMP_FLAGS¶
Flags used when invoking
podman-dump.
See Also¶
podman-dump(1)