Compare commits
No commits in common. "1b73bb4c61213813fdc0b948019fd3bf230cbfda" and "77ed8ec4cab445b5dd6d41e080627dc618701f94" have entirely different histories.
1b73bb4c61
...
77ed8ec4ca
1045
arch-config/.config/PulseEffects/output/Koss KSC75.json
Normal file
1045
arch-config/.config/PulseEffects/output/Koss KSC75.json
Normal file
File diff suppressed because it is too large
Load Diff
1045
arch-config/.config/PulseEffects/output/SoundMAGIC E10.json
Normal file
1045
arch-config/.config/PulseEffects/output/SoundMAGIC E10.json
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -0,0 +1,8 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Restic home backup
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStartPre=-restic -r $RESTIC_REPOSITORY unlock
|
||||||
|
ExecStart=restic backup --verbose --tag systemd-home.timer $BACKUP_EXCLUDES $BACKUP_PATHS --limit-upload=2048
|
||||||
|
ExecStartPost=restic forget --verbose --tag systemd-home.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-home.conf
|
@ -0,0 +1,7 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Backup home with restic daily
|
||||||
|
[Timer]
|
||||||
|
OnCalendar=daily
|
||||||
|
Persistent=true
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
@ -0,0 +1,9 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Restic storage backup
|
||||||
|
After=restic-backup-home.service
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStartPre=-restic -r $RESTIC_REPOSITORY unlock
|
||||||
|
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
|
@ -0,0 +1,7 @@
|
|||||||
|
[Unit]
|
||||||
|
Description=Backup storage with restic daily
|
||||||
|
[Timer]
|
||||||
|
OnCalendar=daily
|
||||||
|
Persistent=true
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
Loading…
Reference in New Issue
Block a user