Skip to content
Snippets Groups Projects
Commit c91968bc authored by Andreas Kempe's avatar Andreas Kempe
Browse files

Move backups from Diskmaskin to Arisa

parent 20831814
Branches
Tags
No related merge requests found
...@@ -13,10 +13,10 @@ if __name__ == '__main__': ...@@ -13,10 +13,10 @@ if __name__ == '__main__':
user = sys.argv[1] user = sys.argv[1]
host = os.uname().nodename host = os.uname().nodename
network_location = user + "@diskmaskin:~/backup" network_location = user + "@arisa:~/backup"
# repo = user + "@diskmaskin:~/backup::"+host+"-{now}" # repo = user + "@arisa:~/backup::"+host+"-{now}"
repo = "{user}@diskmaskin:~/backup::{host}-{{now}}".format( repo = "{user}@arisa:~/backup::{host}-{{now}}".format(
user=user, user=user,
host=host) host=host)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment