-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation error regarding full backup ? #116
Comments
I have tried and replaced the service with that full backup which then did not like the parameter folder included cause it is not supported. Now I will add the Hope that will create a full backup |
After playing around I think I have found the key point. If you create a new automation from a blue print the automation shows:
Therefore I expected to get a FULL BACKUP. Due to the fact that I was not aware of what the second line in the System - Backup list meant (where HOME ASSISTANT would in reality mean PARTIAL BACKUP) I was not aware that all the month with the autobackup I only had gotten partial backups. This has been caused by the last line of the switches which I had turned all off except daily, but the last one is the trigger to stop the Backup Action code from being executed which then created a partial backup with
The last switch is the The second line is the important one #1 #2 Would have saved me a lot of time cause I had always remembered FULL BACKUP by default due to the description not being aware that the one switch hourly backup could turn it on. Might also be caused due to the confusion regarding the switch HOURLY BACKUP And in the top description it was referring to a 3 hourly backup which I had ignored cause I was only aware of an hourly backup, which instead meant a 3 hourly backup. #3 suggestion therefore Therefore I would call it 3 hourly backup everywhere |
The problem
I am not sure if it is a mistake or not.
I had found this documentation and was wondering why the hell I had gotten only partial backups even though the script had said somewhere it would do full backups until it was too late cause when I had to restore I had to realize that I had only daily partial backups which did not help me to restore a previous SSD stage easily.
https://jcwillox.github.io/hass-auto-backup/services/#auto_backupbackup
This is the first section of multiple and below the first table you will find the section Create a full backup
service: auto_backup.backup
data:
name: "Full Backup"
keep_days: 2
I guess based on the following section that the service should rather be
service: auto_backup.backup_full
instead of
service: auto_backup.backup
Not sure, but I need a solution to create full backups each day cause I want to be able to restore it as easily as if I would do a full backup manually.
thanks
What version of Auto Backup has the issue?
independent
What version of Home Assistant are you running?
independent
What type of installation are you running?
Home Assistant OS
If you're running HA OS/Supervised, what version of the Supervisor are you running?
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: