From 3743c91993ee04fd3bf0e557bd69861657858024 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sun, 25 Aug 2019 11:13:07 -0600 Subject: [PATCH] Make it clear that tarsnapbackup options is used only when backing up --- acts.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/acts.conf.sample b/acts.conf.sample index 3a6e477..1d8dbd7 100644 --- a/acts.conf.sample +++ b/acts.conf.sample @@ -9,11 +9,13 @@ # tarsnap # What command to call for 'tarsnap'. +# Anything that should be used every time (like --configfile) +# should go here. # Default: tarsnap #tarsnap="nice -n19 ionice -c3 tarsnap" # Linux # tarsnapbackupoptions -# What options to use when backing up. +# What options to use ONLY when backing up. # Note: this variable will be expanded by /bin/sh. # Default: unset tarsnapbackupoptions="--one-file-system --humanize-numbers"