mirror of
https://github.com/inexcode/backup-facility
synced 2024-11-21 22:11:26 +00:00
9 lines
235 B
SYSTEMD
9 lines
235 B
SYSTEMD
|
[Unit]
|
||
|
Description=Pixelfed data backup service (data pruning)
|
||
|
[Service]
|
||
|
User=pixelfed
|
||
|
Group=restic
|
||
|
Type=oneshot
|
||
|
ExecStart=/usr/bin/restic -r /backups/pixelfed/database prune
|
||
|
EnvironmentFile=/home/pixelfed/.config/pixelfed-backup.conf
|