Scripts/mountBackblaze.sh

13 lines
171 B
Bash
Raw Normal View History

#!/bin/bash
source ./account
source ./bucket
FOLDER='restic_mount'
# EDIT ABOVE
echo 'Mounting '$RESTIC_BUCKET
restic mount -r b2:$RESTIC_BUCKET /home/drudoo/$FOLDER