8 lines
445 B
Desktop File
8 lines
445 B
Desktop File
[Unit]
|
|
Description=Restic storage backup
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=restic backup --verbose --tag systemd-storage.timer $BACKUP_EXCLUDES $BACKUP_PATHS --limit-upload=2048
|
|
ExecStartPost=restic forget --verbose --tag systemd-storage.timer --group-by "paths,tags" --keep-daily $RETENTION_DAYS --keep-weekly $RETENTION_WEEKS --keep-monthly $RETENTION_MONTHS --keep-yearly $RETENTION_YEARS
|
|
EnvironmentFile=%h/.restic/restic-backup-storage.conf
|