Deleted that part
This commit is contained in:
parent
e3e13d257c
commit
062bddbeec
|
@ -44,11 +44,6 @@ recursive_backup() {
|
||||||
backup "$backupfile" "backup:$backdir$flpth"
|
backup "$backupfile" "backup:$backdir$flpth"
|
||||||
done <<< "$(find "$dir" -type f)"
|
done <<< "$(find "$dir" -type f)"
|
||||||
done
|
done
|
||||||
touch missing-files.txt
|
|
||||||
while read i; do # TODO: DELETE THIS PART
|
|
||||||
sfile="${i#* }"
|
|
||||||
if [[ -f "$sfile" ]]; then df="Hi"; else echo "Missing: $sfile"; echo "$sfile" >> missing-files.txt; fi
|
|
||||||
done <<<$(cat $hashtemp)
|
|
||||||
cleanup $hashtemp $hashdb
|
cleanup $hashtemp $hashdb
|
||||||
}
|
}
|
||||||
backup() { # backup 1:<file> 2:<remotedir>
|
backup() { # backup 1:<file> 2:<remotedir>
|
||||||
|
|
Loading…
Reference in a new issue