]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
On ne passe plus par le dptinfo
authorVincent Le Gallic <legallic@crans.org>
Wed, 16 Jan 2019 08:02:02 +0000 (09:02 +0100)
committerVincent Le Gallic <legallic@crans.org>
Wed, 16 Jan 2019 08:02:36 +0000 (09:02 +0100)
+ j'ai viré le -L, ça doit cacher quelque chose à base de synchronisation
foireuse, mais alors quoi…

ftp/sync_cabal.sh

index 573fe64171e452c64e51d1be9c5fc6b1042acd5a..dedc4955fe66c6da13d082d5d79374cf17b27fcf 100755 (executable)
@@ -6,6 +6,6 @@
 
 for d in Books Films Jeux MP3 Porn Vidéos
 do
-    #rsync -avzPh cabalviapimeysviainfo:/home/ftp/${d}/ /home/ftp/${d}/
-    rsync -avzPhLn cabalviapimeys:/home/ftp/${d}/ /home/ftp/${d}/
+    #rsync -avzPh cabalviapimeys:/home/ftp/${d}/ /home/ftp/${d}/
+    rsync -avzPhn cabalviapimeys:/home/ftp/${d}/ /home/ftp/${d}/
 done