File: issue147.sh

package info (click to toggle)
duplicity 3.0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 6,260 kB
  • sloc: python: 25,089; sh: 934; ansic: 392; makefile: 83
file content (12 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -e

cd `dirname $0`/../..

export PYTHONPATH=`pwd`

export PASSPHRASE=goodpass
bin/duplicity --name issue147 --no-print -vNOTICE `pwd` file:///tmp/testbackup
export PASSPHRASE=badpass
bin/duplicity --name issue147 --no-print -vNOTICE `pwd` file:///tmp/testbackup