add gitignore and update files

This commit is contained in:
m3philis
2025-03-17 21:28:22 +01:00
parent 9eadf45634
commit e798659b5c
51 changed files with 3790 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=daily backup of home directory
After=xorg.target
Requires=xorg.target
[Service]
EnvironmentFile=/home/lis/.config/restic/%I.env
ExecStartPre=/home/lis/.local/bin/vault-sshadd backup-restic
ExecStart=/usr/bin/restic backup --verbose --exclude-file /home/lis/.config/restic/%I.exclude --files-from /home/lis/.config/restic/%I.include
Type=oneshot