extra args
This commit is contained in:
parent
294ab5e36f
commit
40e3219998
1 changed files with 1 additions and 1 deletions
|
@ -17,4 +17,4 @@ mkdir -p $target && (
|
|||
wget $WGET_ARGS "$base/$idx_obj" && jq -r '.links[].href' < "$idx_obj" | wget $WGET_ARGS -i -
|
||||
)
|
||||
|
||||
rsync -az --delete $dir/ $target/
|
||||
rsync -az $RSYNC_ARGS --delete $dir/ $target/
|
||||
|
|
Loading…
Add table
Reference in a new issue