6 lines
112 B
Plaintext
6 lines
112 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
HOSTNAME="`hostname -s`"
|
||
|
export RBACKUPDEST="s3+http://${HOSTNAME}.duplicitybackup"
|
||
|
backup.command
|