Infrastructure for Podman containers and backing them up
Go to file
Fl1tzi 7d474cf007 Update 'README.md' 2023-05-02 16:57:11 +00:00
backup-script@c16adbd4bc add submodule 2023-04-12 22:52:19 +02:00
.gitmodules add submodule 2023-04-12 22:52:19 +02:00
LICENSE Update 'LICENSE' 2023-04-12 01:34:05 +00:00
README.md Update 'README.md' 2023-05-02 16:57:11 +00:00
backup-schedule.timer Add 'backup-schedule.timer' 2023-04-12 22:12:07 +00:00
backup.service Add 'backup.service' 2023-04-12 22:11:36 +00:00

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!