Skip to content
Snippets Groups Projects
Verified Commit 1936ccd8 authored by David Beniamine's avatar David Beniamine
Browse files

Add script to show collection status

parent 5e9cb194
Branches
No related tags found
No related merge requests found
#!/bin/bash
DIR=$(realpath $(dirname $0))
source $DIR/inc.sh
export PASSPHRASE="$encpass"
export FTP_PASSWORD="$ftppass"
/usr/bin/duplicity collection-status ftp://$user@$host/$remotedir/
unset PASSPHRASE
unset FTP_PASSWORD
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment