Skip to content

Commit

Permalink
Merge pull request #135 from ikifar2012/dev
Browse files Browse the repository at this point in the history
2024.4.0
  • Loading branch information
ikifar2012 authored Apr 11, 2024
2 parents 8b99686 + 075f1ff commit 393978c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions remote-backup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2024.4.0

- ⬆️ Update peter-evans/repository-dispatch action to v3 by @renovate in https://github.com/ikifar2012/remote-backup-addon/pull/130
- ⬆️ Update Add-on base image to v15.0.7 by @renovate in https://github.com/ikifar2012/remote-backup-addon/pull/132
- Fix rsync folders ([#134](https://github.com/ikifar2012/remote-backup-addon/issues/134))

**Full Changelog**: https://github.com/ikifar2012/remote-backup-addon/compare/2023.12.0...2024.4.0

# 2023.12.0

- ⬆️ Bump base image to 15.0.1 from 13.1.3
Expand Down
2 changes: 1 addition & 1 deletion remote-backup/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Remote Backup
version: "2023.12.0"
version: "2024.4.0"
slug: remote_backup
description: Automatically create and transfer HA backups using SFTP (SCP), rsync, or rclone (experimental)
image: ikifar/remote-backup-{arch}
Expand Down
2 changes: 1 addition & 1 deletion remote-backup/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function rsync-folders {
return "${__BASHIO_EXIT_OK}"
fi

local -r folders="/addons /all_addon_configs /backup /config /homeassistant_config /media /share /ssl" # put directories without trailing slash
local -r folders="/addons /addon_configs /backup /config /homeassistant /media /share /ssl" # put directories without trailing slash
local -r rsync_url="${REMOTE_USER}@${REMOTE_HOST}:$(bashio::config 'rsync_rootfolder')"
local flags="-a -r ${DEBUG_FLAG:-}"

Expand Down

0 comments on commit 393978c

Please sign in to comment.