pass all tests

This commit is contained in:
Divyansh Singh 2023-03-25 01:34:03 +05:30
parent e83ad9e1e4
commit aeaf69f49e
2 changed files with 3 additions and 4 deletions

View File

@ -59,7 +59,7 @@ properties:
used as the label.
example: backupserver
example:
- path: ssh://user@backupserver/./{fqdn}
- path: ssh://user@backupserver/./sourcehostname.borg
label: backupserver
- path: /mnt/backup
label: local

View File

@ -19,9 +19,8 @@ def generate_configuration(config_path, repository_path):
open(config_path)
.read()
.replace('ssh://user@backupserver/./sourcehostname.borg', repository_path)
.replace('- ssh://user@backupserver/./{fqdn}', '')
.replace('- /var/local/backups/local.borg', '')
.replace('- /home/user/path with spaces', '')
.replace('- path: /mnt/backup', '')
.replace('label: local', '')
.replace('- /home', '- {}'.format(config_path))
.replace('- /etc', '')
.replace('- /var/log/syslog*', '')