@@ -17,6 +17,7 @@ __Note:__ More options can be seen in `defaults/main.yml`
1717- ` bareos_director ` - If you need to override backup director IP address on your client's /etc/hosts
1818- ` bareos_repo ` - Defaults to Bareos Community Repository. Can be changed to use the Bareos Subscription Repository
1919- ` bareos_sd_max_concurrent_jobs ` - [ Optional] SD-level maximum concurrent jobs, defaults to 50
20+ - ` bareos_catalog_backup_script ` - You need to set it to ` /usr/lib/bareos/scripts/make_catalog_backup ` if using Bareos >=23
2021```
2122bareos_director:
2223 ip: 10.0.0.1
@@ -86,7 +87,7 @@ bareos_pools:
8687bareos_dir_storage:
8788 - name: FileFoo
8889 device: FileStorageFoo
89- bareos_dir_ip : 10.0.0.1
90+ bareos_sd_ip : 10.0.0.1
9091 media_type: File2 # optional, defaults to 'File'
9192 max_concurrent_jobs: 42 # optional, defaults to '50'
9293```
@@ -97,7 +98,7 @@ bareos_dir_storage:
9798 devices:
9899 - FileStorageFoo
99100 - FileStorageBar
100- bareos_dir_ip : 10.0.0.1
101+ bareos_sd_ip : 10.0.0.1
101102 media_type: File2 # optional, defaults to 'File'
102103 max_concurrent_jobs: 42 # optional, defaults to '50'
103104```
@@ -161,7 +162,7 @@ __NOTES:__
161162Some tasks will be delegated from backup server to this client
162163- ` enable_backup_job ` - Will create backup job ` DefaultJobLinux `
163164- ` state ` - When set to ` absent ` , client will be removed from server config (default: ` present ` )
164- - ` autostart ` - Schedule first backup right away (default: ` true ` )
165+ - ` autostart ` - Schedule first backup right away (default: ` false ` )
165166- ` director_ip ` - [ Optional] Same as ` bareos_director ` , just different place to setup
166167- ` director_name ` - [ Optional] Same as ` bareos_director ` , just different place to setup
167168
0 commit comments