Search found 187 matches

by Todd
14 May 2024, 12:59
Forum: Cobian Reflector
Topic: FTP Socket errors
Replies: 2
Views: 9

Re: FTP Socket errors

The file system on the ftp server is ext4 (max filename length 255 bytes, max path 4096 bytes). Here is the rub. I can repeat the same task as soon as this one end with all the ftp error and there will be no problem. Now I am wondering is all the other computers on the network which also backup to t...
by Todd
14 May 2024, 04:54
Forum: Cobian Reflector
Topic: FTP Socket errors
Replies: 2
Views: 9

FTP Socket errors

This error messages sometimes comes back from one of my customers backing up to an internal vsFTP server: Reflector 2.5.10 ERR 2024-05-12 21:38:58 An error occurred while uploading the file "C:\Users\accounting\AppData\Roaming\Mozilla\Firefox\Profiles\boteqaxu.default-1441211636453\storage\default\h...
by Todd
20 Apr 2024, 05:16
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5847

Re: Execute and Wait can not be edited

CobianReflector-2.7.10.exe?
by Todd
20 Apr 2024, 05:16
Forum: Cobian Reflector
Topic: errors mismatch
Replies: 5
Views: 540

Re: errors mismatch

Was this addressed in CobianReflector-2.7.10.exe?
by Todd
12 Mar 2024, 04:10
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5847

Re: Execute and Wait can not be edited

Fixed for the next version Yippee!!!! Thank you! Working great in 2.6. Thankyouthankyouthankyouthankyou!!! Sorry but what about this, this didn't worked. Hi Ushavilash, This is what is known as an "intermittent". It is the worst, most irritating bug for a programmer to isolate and correct. That bei...
by Todd
05 Mar 2024, 03:51
Forum: Cobian Reflector
Topic: errors mismatch
Replies: 5
Views: 540

Re: errors mismatch

The ERRORS variable has historically been per-backlup not per task. Since the log already has a variable with the number of error in it, would you create another % variable amd populate it with the log errors variable. %TASKERRORS would work perfectly. Whilst you are at it, a % variable populated w...
by Todd
03 Mar 2024, 09:47
Forum: Cobian Reflector
Topic: errors mismatch
Replies: 5
Views: 540

errors mismatch

Reflector 2.6.55 Bug report. This is causing a lot of confusion. After a successful backup, 2024-03-03 00:37:34 ** Processed files: 90. Backed up files: 90. Created folders: 28. Backup size: 8.28 MB. ** 2024-03-03 00:37:34 ** Number of errors: 0. Time elapsed: 0 hours, 1 minutes, 9 seconds. ** With ...
by Todd
02 Mar 2024, 06:59
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5847

Re: Execute and Wait can not be edited

Just so there is no misunderstanding, the parameters are successfully gettin got my program. I just can not edit the even line. C:\Rakudo\bin\raku.exe """C:\NtUtil\CobianWrapper.pl6"" ""--rotates 4"" ""--backup_path"" ""[BACKUP]\MyDocsBackup\backup1""" No symptom change: Screenshot_2024-03-01_21-49-...
by Todd
02 Mar 2024, 06:45
Forum: Cobian Reflector
Topic: Tip: exit codes from pre-events
Replies: 1
Views: 190

Tip: exit codes from pre-events

Hi All, In Reflector, if you have checked: Tools (pull down), Options, Engine: Analyze exit code for "Execute and wait" events and Task (pull down), Edit Task, Events: Cancel the task if some event fails then Reflector will stop the task is something other than "0" is returned from your Pre-Event. N...
by Todd
01 Mar 2024, 01:03
Forum: Cobian Reflector
Topic: Execute and Wait can not be edited
Replies: 35
Views: 5847

Re: Execute and Wait can not be edited

if (!String.IsNullOrEmpty(theEvent.Parameter2)) process.StartInfo.Arguments = theEvent.Parameter2; <-- the whole quoted set of parameteres assigned here What do those two lines look like in Cobian Backup? The "if not the string is null or empty for the event 's second parameter" may be the problem....