summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbackup.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/backup.sh b/backup.sh
index d0d1274..8b7d9c3 100755
--- a/backup.sh
+++ b/backup.sh
@@ -7,8 +7,7 @@
# - define a host "backup" in root's .ssh/config
# - You can override variables from main() as well as the pre_backup() and post_backup() functions in
# $XDG_CONFIG_HOME/backup-sh-conf.sh or /etc/backup-sh-conf.sh
-# - As root run `borg init -v --encryption=keyfile backup:borg-$HOSTNAME`
-# (note that zsh uses $HOST instead of $HOSTNAME)
+# - As root run `borg init -v --encryption=keyfile backup:borg-$(hostname)`
# - If you want, increase the max_segment_size in
# ssh://backup/borg-$HOSTNAME/config from the default 5MiB
#