Skip to content

Commit

Permalink
Merge pull request #32 from ikifar2012/2021.11.2
Browse files Browse the repository at this point in the history
2021.11.2
  • Loading branch information
ikifar2012 authored Nov 21, 2021
2 parents 3765893 + a7edcbb commit 730af14
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions remote-backup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion remote-backup/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion remote-backup/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 730af14

Please sign in to comment.