You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,10 +47,11 @@ See my [repository of addons][hassio-addons] for more information.
47
47
|`ssh_key`|Yes|The ssh key to use. Not that it should *NOT* be password protected.|
48
48
|`remote_directory`|Yes|The directory to put the backups on the remote server.|
49
49
|`zip_password`|No|If set then the backup will be contained in a password protected zip|
50
+
|`keep_local_backup`|No|Control how many local backups you want to preserve. Default (`""`) is to keep no local backups created from this addon. If `all` then all loocal backups will be preserved. A positive integer will determine how many of the latest backups will be preserved. Note this will delete other local backups created outside this addon.
50
51
51
52
## <aname='example'></a>Example: daily backups at 4 AM
52
53
53
-
Personally I've added the following automation to make a daily backup:
54
+
Personally I've added the following automation to make a daily backup. It is password-protected and the last two weeks of snapshots are kept locally as well.
0 commit comments