From: Silvio Rhatto Date: Sun, 25 Aug 2013 23:30:30 +0000 (-0300) Subject: Adding --mirror and --continue X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5750eef890738d2a2a59e4de80871823de147424;p=httruta.git Adding --mirror and --continue --- diff --git a/lib/httracker/functions b/lib/httracker/functions index 2cfff30..aa64fcb 100644 --- a/lib/httracker/functions +++ b/lib/httracker/functions @@ -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 \