mirror of
https://github.com/gilbertchen/duplicacy
synced 2025-12-06 00:03:38 +00:00
19 lines
175 B
Bash
Executable File
19 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
. ./test_functions.sh
|
|
|
|
fixture
|
|
init_repo_pref_dir
|
|
|
|
backup
|
|
add_file file3
|
|
backup
|
|
add_file file4
|
|
chmod u-r ${TEST_REPO}/file4
|
|
backup
|
|
add_file file5
|
|
restore
|
|
check
|
|
|