diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-10-24 17:05:52 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-10-24 17:05:52 +0100 |
commit | a8aadba1df4c08553fabaf2945b5b9290f5a07f7 (patch) | |
tree | 402b99c875d33fb3ee573b858712aec997f0c1b5 /systemd | |
parent | e08110886d443b62ed40e01f3237880aa848f648 (diff) |
update
Diffstat (limited to '')
-rw-r--r-- | systemd/backup_documents.service (renamed from systemd/backup_budget.service) | 2 | ||||
-rw-r--r-- | systemd/backup_documents.timer (renamed from systemd/backup_budget.timer) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/systemd/backup_budget.service b/systemd/backup_documents.service index 2504b36..e690dbf 100644 --- a/systemd/backup_budget.service +++ b/systemd/backup_documents.service @@ -6,4 +6,4 @@ Description=Backup budget directory to git-annex # User=lemon # Group=lemon Type=oneshot -ExecStart=/home/lemon/bin/backup_budget_annex.sh > /dev/null 2>&1 +ExecStart=/home/lemon/bin/backup_documents_annex.sh > /dev/null 2>&1 diff --git a/systemd/backup_budget.timer b/systemd/backup_documents.timer index 94b4eb5..44cb6a5 100644 --- a/systemd/backup_budget.timer +++ b/systemd/backup_documents.timer @@ -1,12 +1,12 @@ # must be symlinked from ~/.config/systemd/user [Unit] -Description=Backup budget timer +Description=Backup documents timer [Timer] # run 10m after boot OnBootSec=10m # then every hour -OnUnitActiveSec=1h +OnUnitActiveSec=2h [Install] WantedBy=timers.target |