Skip to content

Commit

Permalink
Disabling backup progress estimation to reduce overhead
Browse files Browse the repository at this point in the history
  • Loading branch information
Siilwyn committed Jun 21, 2023
1 parent 800f113 commit 566834f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/systemd/user/backup.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Description=Backup home files with restic.

[Service]
Type=oneshot
ExecStart=restic backup --verbose --files-from %h/.config/restic/include.md --exclude-file %h/.config/restic/exclude.md
ExecStart=restic backup --verbose --no-scan --files-from %h/.config/restic/include.md --exclude-file %h/.config/restic/exclude.md
ExecStartPost=restic forget --prune --keep-weekly 2 --keep-monthly 6 --keep-yearly 3
EnvironmentFile=%h/.local/share/restic.txt

0 comments on commit 566834f

Please sign in to comment.