Pour des raisons de cohérence, perms est devenu mode
This commit is contained in:
parent
2c75866ad9
commit
15902c8b57
156 changed files with 187 additions and 181 deletions
|
@ -3,7 +3,7 @@ include("secrets")
|
|||
|
||||
info["owner"] = "backuppc"
|
||||
info["group"] = "root"
|
||||
info["perms"] = 0600
|
||||
info["mode"] = 0600
|
||||
|
||||
@#============================================================= -*-perl-*-
|
||||
@#
|
||||
|
|
|
@ -4,7 +4,7 @@ include("backups")
|
|||
|
||||
info["owner"] = "backuppc"
|
||||
info["group"] = "adm"
|
||||
info["perms"] = 0640
|
||||
info["mode"] = 0640
|
||||
|
||||
def backuppc_hosts(comment, hostslist):
|
||||
print "# %s" % comment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue