mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
tests: Create local dest dir in rdiff handler
This commit is contained in:
parent
0a5c57e42c
commit
eb5c4a35e7
@ -5,6 +5,10 @@ begin_rdiff() {
|
||||
if [ ! -d /var/cache/bntest ]; then
|
||||
debootstrap --variant=minbase testing /var/cache/bntest
|
||||
fi
|
||||
if [ ! -d /tmp/backups ]; then
|
||||
mkdir /tmp/backups
|
||||
mount -t tmpfs tmpfs /tmp/backups
|
||||
fi
|
||||
}
|
||||
|
||||
setup_rdiff() {
|
||||
|
Loading…
Reference in New Issue
Block a user