]> gitweb.fluxo.info Git - httruta.git/commitdiff
Adding --mirror and --continue
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 25 Aug 2013 23:30:30 +0000 (20:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 25 Aug 2013 23:30:30 +0000 (20:30 -0300)
lib/httracker/functions

index 2cfff309e5b3b4298cea60f7d12f51d51697498f..aa64fcbad6087c7ff5355548a7b87788874b4ca3 100644 (file)
@@ -17,6 +17,8 @@ function httracker_get {
 
   # Get each URL
   httrack               \
+    --mirror            \
+    --continue          \
     --depth=1           \
     --purge-old=0       \
     --index             \
@@ -51,6 +53,8 @@ function httracker_get_incremental {
 
   # Grabs URLs from the network
   httrack --verbose           \
+          --mirror            \
+          --continue          \
           --user links        \
           --depth=1           \
           --purge-old=0       \