]> asedeno.scripts.mit.edu Git - sipb-mirrors.git/commitdiff
Correct Parrot invocation
authorBenjamin Barenblat <bbaren@mit.edu>
Thu, 14 Jan 2016 00:06:39 +0000 (19:06 -0500)
committerBenjamin Barenblat <bbaren@mit.edu>
Thu, 14 Jan 2016 00:06:39 +0000 (19:06 -0500)
Signed-off-by: Benjamin Barenblat <bbaren@mit.edu>
fetch-scripts/parrot

index 9fd22e2e773ce45cc788503707498ad2321378ee..891d41894b143e8e3bac0cdd83870a44ced3584f 100644 (file)
@@ -3,4 +3,4 @@
 RSYNCSOURCE=rsync://archive.parrotsec.org/parrot
 BASEDIR=${MIRRORDIR}/parrot
 
-rsync --archive --compress ${RSYNCSOURCE} ${BASEDIR}
+rsync --archive --compress --delete --verbose ${RSYNCSOURCE} ${BASEDIR}