hacks/osxbackup/remotebackup.command

6 lines
119 B
Plaintext
Raw Normal View History

2013-05-14 22:24:10 +00:00
#!/bin/bash
HOSTNAME="`hostname -s`"
export RBACKUPDEST="s3+http://${HOSTNAME}.duplicitybackup"
2013-12-29 02:17:42 +00:00
source backup.command