diff options
Diffstat (limited to 'src/shuriken.default.conf')
| -rw-r--r-- | src/shuriken.default.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shuriken.default.conf b/src/shuriken.default.conf index 9d0b1a8..d71ef8e 100644 --- a/src/shuriken.default.conf +++ b/src/shuriken.default.conf @@ -42,6 +42,9 @@ TAR_OPTS=(-c) # Destinations for `shuriken --sync`. Each destination is passed to rsync # with DIST_DIR/ as the source, so the generated contents are copied into the # target directory. Sync deletes removed files from destinations by default. +# SYNC_DESTINATIONS must be a Bash array, even for a single destination, e.g. +# SYNC_DESTINATIONS=( '/path/with spaces/' ). A scalar string is rejected with +# an error because word-splitting would break destinations containing spaces. SYNC_DELETE=yes SYNC_DESTINATIONS=( # admin@fishfinger.buetow.org:/var/www/htdocs/example.org/ |
