Merge branch 'master' of square-r00t.net:optools

This commit is contained in:
brent s 2018-02-13 00:09:43 -05:00
commit 48364561bf
2 changed files with 3 additions and 2 deletions

View File

@ -152,6 +152,7 @@ def parseArgs():
def main(): def main():
args = vars(parseArgs().parse_args()) args = vars(parseArgs().parse_args())
sync(args) sync(args)
return()


if __name__ == '__main__': if __name__ == '__main__':
main() main()

View File

@ -1,4 +1,4 @@
# A normal config would be placed in the current user's come directory, # A normal config would be placed in the current user's home directory,
# typically under ~/.config/optools/backup.json # typically under ~/.config/optools/backup.json


{ {
@ -32,4 +32,4 @@
"host": "backups.domain.tld", # where the borg server is "host": "backups.domain.tld", # where the borg server is
"ctx": "ssh -p 1234" # if you run a borg-specific SSHD on an alternate port "ctx": "ssh -p 1234" # if you run a borg-specific SSHD on an alternate port
} }
} }