Commit ec6f9c00 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

added --ignore-existing to rsync so old files have to be updated manually

parent 25e0f182
...@@ -19,6 +19,6 @@ done ...@@ -19,6 +19,6 @@ done
for f in *.pdf; do cp $f $bkp_dir; done for f in *.pdf; do cp $f $bkp_dir; done
echo "-------- $0: Upload --------" echo "-------- $0: Upload --------"
rsync -a -f '- /*/' . $remote_dir rsync --ignore-existing -a -f '- /*/' . $remote_dir
exit 0 exit 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment