diff --git a/remote-backup/CHANGELOG.md b/remote-backup/CHANGELOG.md index af08599..55f72d7 100644 --- a/remote-backup/CHANGELOG.md +++ b/remote-backup/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2021.11.2 + +- Fix typo in rclone causing failure + +**Full Changelog**: https://github.com/ikifar2012/remote-backup-addon/compare/2021.11.1...2021.11.2 + # 2021.11.1 - Added rsync exclude (#28) diff --git a/remote-backup/config.json b/remote-backup/config.json index b935725..3b8d1e5 100644 --- a/remote-backup/config.json +++ b/remote-backup/config.json @@ -1,6 +1,6 @@ { "name": "Remote Backup", - "version": "2021.11.1", + "version": "2021.11.2", "slug": "remote_backup", "description": "Automatically create and backup HA backups using SCP", "url": "https://github.com/ikifar2012/remote-backup-addon/blob/master/README.md", diff --git a/remote-backup/run.sh b/remote-backup/run.sh index 78fa135..1a2d880 100644 --- a/remote-backup/run.sh +++ b/remote-backup/run.sh @@ -156,7 +156,7 @@ function rclone_backups { if [ "$RCLONE_ENABLED" = true ] ; then cd /backup/ mkdir -p ~/.config/rclone/ - cp $FLAGS /ssl/rclone.conf ~/.config/rclone/rclone.conf + cp -a /ssl/rclone.conf ~/.config/rclone/rclone.conf echo "Starting rclone" if [ "$RCLONE_COPY" = true ] ; then if [ "$FRIENDLY_NAME" = true ] ; then