Skip to content
Snippets Groups Projects
Commit 99189849 authored by Haarst, Jan van's avatar Haarst, Jan van
Browse files

Changed rsync options slightly.

parent fb3d623f
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ logfile=$log_dir"/blastlog_"$now
lockfile=$data_dir"/update_is_running.lock"
accept_list=${SCRIPT_LOCATION}/rsync_include.txt
reject_list=${SCRIPT_LOCATION}/rsync_exclude.txt
rsync_options="--times --copy-unsafe-links --itemize-changes -vPH --stats -z --compress-level=1 --log-file="${logfile}" --include-from="${accept_list}" --exclude-from="${reject_list}
rsync_options="--times --stats --copy-unsafe-links -z --compress-level=1 --log-file="${logfile}" --include-from="${accept_list}" --exclude-from="${reject_list}
# make the needed directories
mkdir -p $data_dir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment