Files
dotfiles/systemd/user/restic@.service
2025-03-17 21:28:22 +01:00

11 lines
365 B
Desktop File

[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