Skip to content

Commit

Permalink
2021.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ikifar2012 committed Apr 13, 2021
1 parent 565ad7a commit fc4ae3e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions remote-backup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2021.4.1

- Removed extra `:` in $rsyncurl

# 2021.4.0

- Changed snapshot date scheme `%Y-%m-%d %H-%M` to improve compatibility
Expand Down
2 changes: 1 addition & 1 deletion remote-backup/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function copy-backup-to-remote {
function rsync_folders {

if [ "$RSYNC_ENABLED" = true ] ; then
rsyncurl="$RSYNC_USER@$RSYNC_HOST::$RSYNC_ROOTFOLDER"
rsyncurl="$RSYNC_USER@$RSYNC_HOST:$RSYNC_ROOTFOLDER"
echo "[Info] trying to rsync ha folders to $rsyncurl"
echo ""
echo "[Info] /config"
Expand Down

0 comments on commit fc4ae3e

Please sign in to comment.