Copy AIX Fails and Stops Job
I have a client who needs an old AIX server backed up. We can only use FTP to do this, and we need to sync the entire root directory. I am able to copy all files with the exception of socket files. That's fine, because we are mainly after program data, but when the socket file fails to copy it kills the entire job. Is there any way to get around this and allow the job to sync if a file fails?
Script:
Log:
I am using WinSCP 4.3.7 on Windows Server 2011 Standard.
Script:
File1.bat @echo off echo ========================== %DATE% ====================== >> WinSCP.log winscp FactsServer /script=E:\directory\File2 >> WinSCP.log echo. >> winSCP.log exit
File2 synchronize local E:\directoryBAK / exit
Log:
Connecting to 192.168.1.2 ... Connected with 192.168.1.2. Waiting for welcome message... Connected Starting the session... Reading remote directory... Session started. Active session: [1] Profile Comparing... Local 'E:\directoryBAK' <= Remote '/' Synchronizing... Local 'E:\directoryBAK' <= Remote '/' .exrc | 0 KiB | 0.0 KiB/s | binary | 100% .lsof_midwest | 8 KiB | 21.3 KiB/s | binary | 100% .mvw_startup | 0 KiB | 15.0 KiB/s | binary | 100% .profile | 0 KiB | 11.5 KiB/s | binary | 100% .sh_history | 2 KiB | 11.5 KiB/s | binary | 100% audit | 0 KiB | 9.2 KiB/s | binary | 0% bin | 0 KiB | 9.2 KiB/s | binary | 0% bosinst.data | 5 KiB | 9.6 KiB/s | binary | 100% core | 200 KiB | 108.1 KiB/s | binary | 100% custom | 0 KiB | 108.1 KiB/s | binary | 0% clearwtmp | 0 KiB | 87.2 KiB/s | binary | 100% dev | 0 KiB | 87.2 KiB/s | binary | 0% .SRC-unix | 0 KiB | 77.9 KiB/s | binary | 0% SRCXJciEa | 0 KiB | 70.8 KiB/s | binary | 0% Error transferring file '/dev/.SRC-unix/SRCXJciEa'. Copying files from remote side failed. SRCXJciEa: The socket does not allow the requested operation. (A)bort, (R)etry, (S)kip, Ski(p) all: Abort
I am using WinSCP 4.3.7 on Windows Server 2011 Standard.