1
Fork 0
mirror of https://github.com/Steffo99/backup-duplicity.git synced 2024-10-16 14:07:26 +00:00
backup-duplicity/restore.sh

16 lines
335 B
Bash
Raw Normal View History

2023-05-17 12:36:47 +00:00
#!/bin/sh
set -e
# Get secrets from files
# Insecure, but there's not much I can do about it
# It's duplicity's fault!
export PASSPHRASE=$(cat "${DUPLICITY_PASSPHRASE_FILE}")
echo "Launched in restore mode, restoring backup..." >> /dev/stderr
duplicity \
--force \
--allow-source-mismatch \
"${DUPLICITY_TARGET_URL}" \
/mnt