switching over to duplicity

This commit is contained in:
Jeffrey Paul
2013-05-15 00:24:10 +02:00
parent 28c095279c
commit 5b75dadf32
4 changed files with 111 additions and 73 deletions

5
osxbackup/remotebackup.command Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
HOSTNAME="`hostname -s`"
export RBACKUPDEST="s3+http://${HOSTNAME}.duplicitybackup"
backup.command