mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-06 00:03:38 +00:00
18 lines
226 B
Bash
Executable File
18 lines
226 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
. ./test_functions.sh
|
|
|
|
fixture
|
|
|
|
pushd ${TEST_REPO}
|
|
${DUPLICACY} init integration-tests $TEST_STORAGE -c 1k
|
|
|
|
add_file file3
|
|
add_file file4
|
|
|
|
|
|
${DUPLICACY} backup -threads 16
|
|
${DUPLICACY} check --files -stats
|
|
popd
|