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

Add lsit_files.sh

parent 370d2507
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 list-current-files 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