Merge branch 'master' of square-r00t.net:optools
This commit is contained in:
commit
48364561bf
@ -152,6 +152,7 @@ def parseArgs():
|
||||
def main():
|
||||
args = vars(parseArgs().parse_args())
|
||||
sync(args)
|
||||
return()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
@ -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
|
||||
|
||||
{
|
||||
@ -32,4 +32,4 @@
|
||||
"host": "backups.domain.tld", # where the borg server is
|
||||
"ctx": "ssh -p 1234" # if you run a borg-specific SSHD on an alternate port
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user