ikifar2012 / remote-backup-addon

Automatically create and backup HA snapshots using SCP
30 stars 4 forks source link

Update run.sh #96

Closed Tche333 closed 10 months ago

Tche333 commented 1 year ago

Fix return code error handling in copy-backup-to-remote. The error code in sub commands are overwritten by the function last return statement (with OK result), hence the function is always successful, hiding problematic situation.

Tche333 commented 1 year ago

There could be similar problem for functions rsync-folders & rclone-backups (but I can't test it)

Tche333 commented 1 year ago

There could be similar problem for functions rsync-folders & rclone-backups (but I can't test it)

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ikifar2012 commented 1 year ago

Can you provide an example of how to recreate this bug?

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.