File: issue100.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 (17 lines) | stat: -rwxr-xr-x 417 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

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

export PYTHONPATH=`pwd`

alias python3=python3.9

#export PYDEVD=True

rm -rf /tmp/issue100 ~/.cache/duplicity/issue100

bin/duplicity full -v9 --no-enc --name=issue100 --fail=1 /etc file:///tmp/issue100
ls -l /tmp/issue100 ~/.cache/duplicity/issue100

bin/duplicity cleanup -v9 --force --no-enc --name=issue100 file:///tmp/issue100
ls -l /tmp/issue100 ~/.cache/duplicity/issue100