Quantcast
Viewing all articles
Browse latest Browse all 1970

Cobian Reflector • FTP - no backup, no error

Hello, Luis

there is a strange thing with one of my backups

verbose log:

Code:

2021-12-17 12:53:57 Backing up the task "1CBasesDaily"    2021-12-17 12:53:57 Applying the parameters to the task "1CBasesDaily" (if any).    2021-12-17 12:53:57 Requesting the creation of a Volume Shadow Copy image for the source...    2021-12-17 12:54:03 The Volume Shadow Copy image has been successfully created.    2021-12-17 12:54:03 Starting the copy. The user running the task is: SYSTEM    2021-12-17 12:54:03 Compressing the sources into a global monolithic archive...    2021-12-17 12:54:03 Adding the directory "D:\1CBases" to the archive...    2021-12-17 12:55:23 Clearing the archive attribute of the processed files...    2021-12-17 12:55:23 The monolithic archive "C:\Windows\TEMP\1CBasesDaily.zip" has been created. Files in archive: 5. Folders: 43. Ignored files: 217  Uncompressed size: 8,58 GB    2021-12-17 12:55:23 Connecting to 192.168.1.98:21...    2021-12-17 12:55:23 Connected to 192.168.1.98:21.    2021-12-17 12:55:23 Logged in into the remote server.    2021-12-17 12:55:23 Disconnected from 192.168.1.98.    2021-12-17 12:55:23  * Backup part for the task "1CBasesDaily" has ended. Number of backed up files: 0. Backup part size: 0 bytes. *    2021-12-17 12:55:23 A sub-backup item has been added to the database.    2021-12-17 12:55:23 Deleting the temporary archive "C:\Windows\TEMP\1CBasesDaily.zip"...    2021-12-17 12:55:24 The temporary archive "C:\Windows\TEMP\1CBasesDaily.zip" has been successfully deleted.
result - no backup, no error

ftp test looks fine:

Code:

Connected to the remote server.Logging in...Logged in into the remote server.Changing the initial directory to "/1CBasesDaily"...The remote directory was successfully changed to "/1CBasesDaily"Creating a test file to upload...Uploading the test file...The test file was successfully uploaded. Login in to your server manually to analyze and delete the file.The client is now disconnected. Deleting the test file from the temporary directory...
ftp server log show me the issue - 550 Could not get file size.

Code:

Fri Dec 17 13:59:15 2021 [pid 609935] CONNECT: Client "192.168.1.4"Fri Dec 17 13:59:15 2021 [pid 609935] FTP response: Client "192.168.1.4", "220 (vsFTPd 3.0.3)"Fri Dec 17 13:59:15 2021 [pid 609935] FTP command: Client "192.168.1.4", "USER backup"Fri Dec 17 13:59:15 2021 [pid 609935] [backup] FTP response: Client "192.168.1.4", "331 Please specify the password."Fri Dec 17 13:59:15 2021 [pid 609935] [backup] FTP command: Client "192.168.1.4", "PASS <password>"Fri Dec 17 13:59:15 2021 [pid 609934] [backup] OK LOGIN: Client "192.168.1.4"Fri Dec 17 13:59:15 2021 [pid 609936] [backup] FTP response: Client "192.168.1.4", "230 Login successful."Fri Dec 17 13:59:15 2021 [pid 609936] [backup] FTP command: Client "192.168.1.4", "CWD /1CBasesDaily"Fri Dec 17 13:59:15 2021 [pid 609936] [backup] FTP response: Client "192.168.1.4", "250 Directory successfully changed."Fri Dec 17 13:59:15 2021 [pid 609936] [backup] FTP command: Client "192.168.1.4", "PWD"Fri Dec 17 13:59:15 2021 [pid 609936] [backup] FTP response: Client "192.168.1.4", "257 "/1CBasesDaily" is the current directory"Fri Dec 17 13:59:15 2021 [pid 609936] [backup] FTP command: Client "192.168.1.4", "QUIT"Fri Dec 17 13:59:15 2021 [pid 609936] [backup] FTP response: Client "192.168.1.4", "221 Goodbye."Fri Dec 17 13:59:15 2021 [pid 609940] CONNECT: Client "192.168.1.4"Fri Dec 17 13:59:15 2021 [pid 609940] FTP response: Client "192.168.1.4", "220 (vsFTPd 3.0.3)"Fri Dec 17 13:59:15 2021 [pid 609940] FTP command: Client "192.168.1.4", "USER backup"Fri Dec 17 13:59:15 2021 [pid 609940] [backup] FTP response: Client "192.168.1.4", "331 Please specify the password."Fri Dec 17 13:59:15 2021 [pid 609940] [backup] FTP command: Client "192.168.1.4", "PASS <password>"Fri Dec 17 13:59:15 2021 [pid 609939] [backup] OK LOGIN: Client "192.168.1.4"Fri Dec 17 13:59:15 2021 [pid 609941] [backup] FTP response: Client "192.168.1.4", "230 Login successful."Fri Dec 17 13:59:15 2021 [pid 609941] [backup] FTP command: Client "192.168.1.4", "CWD ."Fri Dec 17 13:59:15 2021 [pid 609941] [backup] FTP response: Client "192.168.1.4", "250 Directory successfully changed."Fri Dec 17 13:59:15 2021 [pid 609941] [backup] FTP command: Client "192.168.1.4", "PWD"Fri Dec 17 13:59:15 2021 [pid 609941] [backup] FTP response: Client "192.168.1.4", "257 "/" is the current directory"Fri Dec 17 13:59:15 2021 [pid 609941] [backup] FTP command: Client "192.168.1.4", "CWD /1CBasesDaily"Fri Dec 17 13:59:15 2021 [pid 609941] [backup] FTP response: Client "192.168.1.4", "250 Directory successfully changed."Fri Dec 17 13:59:15 2021 [pid 609941] [backup] FTP command: Client "192.168.1.4", "PWD"Fri Dec 17 13:59:15 2021 [pid 609941] [backup] FTP response: Client "192.168.1.4", "257 "/1CBasesDaily" is the current directory"Fri Dec 17 13:59:15 2021 [pid 609941] [backup] FTP command: Client "192.168.1.4", "CWD /1CBasesDaily"Fri Dec 17 13:59:15 2021 [pid 609941] [backup] FTP response: Client "192.168.1.4", "250 Directory successfully changed."Fri Dec 17 13:59:15 2021 [pid 609941] [backup] FTP command: Client "192.168.1.4", "PWD"Fri Dec 17 13:59:15 2021 [pid 609941] [backup] FTP response: Client "192.168.1.4", "257 "/1CBasesDaily" is the current directory"Fri Dec 17 13:59:16 2021 [pid 609941] [backup] FTP command: Client "192.168.1.4", "SIZE"Fri Dec 17 13:59:16 2021 [pid 609941] [backup] FTP response: Client "192.168.1.4", "550 Could not get file size."Fri Dec 17 13:59:16 2021 [pid 609941] [backup] FTP command: Client "192.168.1.4", "QUIT"Fri Dec 17 13:59:16 2021 [pid 609941] [backup] FTP response: Client "192.168.1.4", "221 Goodbye."
In same time other task (same host, same ftp) run pretty flawlessly

Code:

2021-12-17 12:08:01 The monolithic archive "C:\Windows\TEMP\Общая.zip" has been created. Files in archive: 637. Folders: 24296. Ignored files: 176104  Uncompressed size: 447,07 MB    2021-12-17 12:08:01 Connecting to 192.168.1.98:21...    2021-12-17 12:08:01 Connected to 192.168.1.98:21.    2021-12-17 12:08:01 Logged in into the remote server.    2021-12-17 12:08:01 Uploading the file "C:\Windows\TEMP\Общая.zip" to "/DocsDaily"...    2021-12-17 12:08:05 Disconnected from 192.168.1.98.    2021-12-17 12:08:05  * Backup part for the task "DocsDaily" has ended. Number of backed up files: 1. Backup part size: 409,71 MB. *    2021-12-17 12:08:05 Deleting the temporary archive "C:\Windows\TEMP\Общая.zip"...    2021-12-17 12:08:05 The temporary archive "C:\Windows\TEMP\Общая.zip" has been successfully deleted.
ftp-log make me happy:

Code:

Fri Dec 17 14:19:16 2021 [pid 611313] [backup] FTP response: Client "192.168.1.4", "257 "/DocsDaily" is the current directory"Fri Dec 17 14:19:16 2021 [pid 611313] [backup] FTP command: Client "192.168.1.4", "TYPE I"Fri Dec 17 14:19:16 2021 [pid 611313] [backup] FTP response: Client "192.168.1.4", "200 Switching to Binary mode."Fri Dec 17 14:19:16 2021 [pid 611313] [backup] FTP command: Client "192.168.1.4", "PASV"Fri Dec 17 14:19:16 2021 [pid 611313] [backup] FTP response: Client "192.168.1.4", "227 Entering Passive Mode (192,168,1,98,244,2)."Fri Dec 17 14:19:16 2021 [pid 611313] [backup] FTP command: Client "192.168.1.4", "STOR ?????-2021-12-17 (14-16) (Differential).zip"Fri Dec 17 14:19:16 2021 [pid 611313] [backup] FTP response: Client "192.168.1.4", "150 Ok to send data."Fri Dec 17 14:19:20 2021 [pid 611313] [backup] OK UPLOAD: Client "192.168.1.4", "/DocsDaily/?????-2021-12-17 (14-16) (Differential).zip", 439506158 bytes, 114910.69Kbyte/secFri Dec 17 14:19:20 2021 [pid 611313] [backup] FTP response: Client "192.168.1.4", "226 Transfer complete."Fri Dec 17 14:19:20 2021 [pid 611313] [backup] FTP command: Client "192.168.1.4", "QUIT"Fri Dec 17 14:19:20 2021 [pid 611313] [backup] FTP response: Client "192.168.1.4", "221 Goodbye."
ver 0.9.62, Where to dig?

p.s. to avoid creating a branch - my small wishitem for status line - please show me full path (or part of it) for files been compressing, not only filename. (or better make dummy task with option creating processed file list - for debug purpose)

and more thing about status line - my TotalProgress indicator is always 0%
thats all. for now Image may be NSFW.
Clik here to view.
8-)


--
WBR,
Adkinson


p.p.s while researching I`m found a way out.
Im not drop whole message because wrote too many letters. and just for debug info

Image may be NSFW.
Clik here to view.
:idea:
SO, Im change archive type from Global Monolit to Seperated Monolith and all just working like a magic now.

Statistics: Posted by Adkinson — 17 Dec 2021, 12:54 — Replies 8 — Views 54



Viewing all articles
Browse latest Browse all 1970

Trending Articles