mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 11:52:32 +01:00
Set correct permissions on config by the mariabackup_full.helper
The configuration created by the helper of mariaback_full had to much rights set. This sets the by backupninja needed rights on the configurations. Change-Id: I9e042203bbfdb44fa9684398946e86ec394906aa
This commit is contained in:
parent
92c57a394c
commit
913eab6ed3
@ -91,7 +91,7 @@ db_exclude = $mariabackup_databases_excludes
|
||||
directory = $mariabackup_directory
|
||||
EOF
|
||||
|
||||
chmod 700 $next_filename
|
||||
chmod 600 $next_filename
|
||||
}
|
||||
|
||||
mariabackup_main_menu() {
|
||||
|
Loading…
Reference in New Issue
Block a user