Infrastructure for Podman containers and backing them up
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fl1tzi 7d474cf007 Update 'README.md' 4 weeks ago
backup-script@c16adbd4bc add submodule 2 months ago
.gitmodules add submodule 2 months ago
LICENSE Update 'LICENSE' 2 months ago
README.md Update 'README.md' 4 weeks ago
backup-schedule.timer Add 'backup-schedule.timer' 2 months ago
backup.service Add 'backup.service' 2 months ago

README.md

lang
en-us

systemd-infrastructure

Infrastructure for backing containers up

How to add services

If you create pods or containers, then you can easily let Podman generate systemd services for you. Man page.

Examples for creating pods and containers are in the compose repo.

Backup

Both backup.service and backup-schedule.timer need to be present in the systemd user folder.

backup.service gets started by backup-schedule.timer on the schedule that is defined in backup-schedule.timer.

The backup script has to be configured correctly!