Browse Source

remove wrong argument

master
Christian Urich 5 years ago
parent
commit
a73bc873ab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backup.py

+ 1
- 1
backup.py View File

@ -31,7 +31,7 @@ def main():
print('({})'.format(cmd))
os.system(cmd)
cmd = 'ssh {} "find {} -mindepth 1 -mtime +{} -delete"'.format(
host, hosts[host][service],backup_dir, backup_server_age)
host, hosts[host][service], backup_server_age)
print('({})'.format(cmd))
os.system(cmd)


Loading…
Cancel
Save