Re: continue copying files in script after error
psftp copy only files. i find program tunnelier by bitvise and then work without errors.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
it's impossible check files before copying. i need daily back-up ahead given folders on few servers and i don't know what is in this folders. when some file is just now in use or in linux one folders reffering on another folder, i don't know, how this file or folder before copying detect and eliminate from copying.
There's currently no way how to ignore the errors and continue. You need to avoid copying files that cannot be copied.
option batch on
option confirm off
open user@IP
option transfer binary
get /home c:\zaloha\IP\DATE
close
exit
c:\Internet\SSH\ZALOHA>zaloha
batch on
confirm off
Inicializace...
Hledání hostitele...
Spojování s hostitelem...
Autentikace...
Using username "user".
Autentikováno.
Příprava...
Čtení vzdáleného adresáře...
Připraveno.
Aktivní spojení: [1] user@IP
transfer binary
home | 0 kB | 0,0 kB/s | binary | 0%
.
.
.
debian | 0 kB | 651,0 kB/s | binary | 0%
Kopírování souborů ze vzdáleného adresáře selhalo.
Obecné selhání (server by měl poskytnout popis příčiny chyby).
Kód chyby: 4
Chybové hlášení zaslané serverem: Failure
Kód požadavku: 5
Spojení 'user@IP' uzavřeno.
Žádné otevřené spojení.
...
javakey.1.gz | 0 kB | 361,0 kB/s | binary | 0%
Nepodařilo se otevřít vzdálený soubor '/etc/alternatives/javakey.1.gz'.
Soubor nebo adresář neexistuje.
Kód chyby: 2
Chybové hlášení zaslané serverem: No such file
Kód požadavku: 3
Pře(r)ušit, (O)pakovat, (P)řeskočit: Přerušit
Spojení 'user@IP' uzavřeno.
Žádné otevřené spojení.