diff --git a/src/borgwrapper.sh b/src/borgwrapper.sh index e2e9f8f..646bd92 100755 --- a/src/borgwrapper.sh +++ b/src/borgwrapper.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="1.2.0" +VERSION="1.2.1" print_usage () { diff --git a/systemd/borgwrapper-backup@.service b/systemd/borgwrapper-backup@.service index c1501f5..292dd2e 100644 --- a/systemd/borgwrapper-backup@.service +++ b/systemd/borgwrapper-backup@.service @@ -1,5 +1,5 @@ [Unit] -Description=Run borgwrapper backup (config: %i) +Description=borgwrapper backup (config: %i) After=network.target [Service] diff --git a/systemd/borgwrapper-backup@.timer b/systemd/borgwrapper-backup@.timer index 04448e6..8ac8cf3 100644 --- a/systemd/borgwrapper-backup@.timer +++ b/systemd/borgwrapper-backup@.timer @@ -1,5 +1,5 @@ [Unit] -Description=Start daily borgwrapper backup +Description=daily borgwrapper backup timer [Timer] OnCalendar=daily diff --git a/systemd/borgwrapper-verify@.service b/systemd/borgwrapper-verify@.service index ed56660..409ba55 100644 --- a/systemd/borgwrapper-verify@.service +++ b/systemd/borgwrapper-verify@.service @@ -1,5 +1,5 @@ [Unit] -Description=Verify borgwrapper backup (config: %i) +Description=borgwrapper backup verification (config: %i) After=network.target borgwrapper-backup@%i.service [Service] diff --git a/systemd/borgwrapper-verify@.timer b/systemd/borgwrapper-verify@.timer index 1a2a4f7..d112dbf 100644 --- a/systemd/borgwrapper-verify@.timer +++ b/systemd/borgwrapper-verify@.timer @@ -1,5 +1,5 @@ [Unit] -Description=Start monthly borgwrapper backup verification +Description=monthly borgwrapper backup verification timer [Timer] OnCalendar=monthly