added some comments

This commit is contained in:
2021-07-20 11:38:44 -04:00
parent 56a3be5e66
commit 941bbdf2c1
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "duplicacy",
"version": "20210720.14",
"version": "20210720.15",
"slug": "duplicacy",
"description": "Duplicacy backup",
"url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/duplicacy",

View File

@@ -35,6 +35,7 @@ sed --in-place 's/<SSH_USERNAME>/'${SSH_USERNAME}'/' /.duplicacy/preferences
sed --in-place 's/<SSH_PASSWORD>/'${SSH_PASSWORD}'/' /.duplicacy/preferences
sed --in-place 's/<BACKUP_SERVER>/'${BACKUP_SERVER}'/' /.duplicacy/preferences
sed --in-place 's/<SSH_PORT>/'${SSH_PORT}'/' /.duplicacy/preferences
# have to use ~ since the path contains slashes
sed --in-place 's~<BACKUP_SERVER_PATH>~'${BACKUP_SERVER_PATH}'~' /.duplicacy/preferences
# create the filters file