Search found 29 matches

by flako666
21 Nov 2023, 12:52
Forum: Cobian Reflector
Topic: Is there a way to run tasks only if a specific application is running?
Replies: 6
Views: 1842

Re: Is there a way to run tasks only if a specific application is running?

Simply put, you can use a pre-backup control/script using tasklist or pslist.
Similar to:

for /f "tokens=1,2, 8 delims== " %%A in ('C:\TASKS\PSTools\pslist ') do (
if "%%A" == "MiAPP" (
run Backup

)
)
)
by flako666
07 Nov 2023, 21:16
Forum: Cobian Reflector
Topic: How to handle errors when executing via the command line?
Replies: 1
Views: 982

How to handle errors when executing via the command line?

Hello, I am running Reflector from the command line. ("C:\Program Files\Cobian Reflector\Cobian.Reflector.Application.exe" "-list:C:\Program Files\Cobian Reflector\Lists\MainList.lst" "-tasks 5107cbfd-afcb-4dbb-b68f-bab45463333f" ) Is there a way to do an error check? I would like to know if: - Is t...
by flako666
01 Aug 2023, 14:03
Forum: Cobian Reflector
Topic: does not start Cobian.Reflector.Application.exe
Replies: 6
Views: 1266

Re: does not start Cobian.Reflector.Application.exe

cobian wrote: 01 Aug 2023, 11:36 Yes but you should see an event marked as .NET plattform as well.
It's all that was in the log... I don't know. Today for the second time, it woke up consuming all the ram. I went back to 3.9.10 :|
by flako666
31 Jul 2023, 17:13
Forum: Cobian Reflector
Topic: does not start Cobian.Reflector.Application.exe
Replies: 6
Views: 1266

Re: does not start Cobian.Reflector.Application.exe

cobian wrote: 31 Jul 2023, 15:12 Check the EventViewer for more info.
is what I copied you in the post above. Errors don't tell me anything.

Cobian, con que versión de Microsoft.NET lo estas programando? (así veo de instalar la misma)
by flako666
31 Jul 2023, 14:42
Forum: Cobian Reflector
Topic: does not start Cobian.Reflector.Application.exe
Replies: 6
Views: 1266

Re: does not start Cobian.Reflector.Application.exe

I correct myself, restarting the computer does not solve it.
configure Run missed backups=False and I get up
by flako666
31 Jul 2023, 14:33
Forum: Cobian Reflector
Topic: does not start Cobian.Reflector.Application.exe
Replies: 6
Views: 1266

does not start Cobian.Reflector.Application.exe

Hi, with Reflector 2.4 I can't get "application.exe" to start after "Volume Shadow Copy Service" crashes. When I start "Aplication.exe" it wakes up for a few minutes, sets a core to 50% and crashes, leaving the log: I have no choice but to restart the computer, with (3.9 did not happen) 2023-07-31 0...
by flako666
26 Jul 2023, 17:41
Forum: Cobian Reflector
Topic: large file transfer via FTP fails
Replies: 5
Views: 1047

Re: large file transfer via FTP fails

Some servers don't like this option. Try unchecking this. Yes, deactivate "Keep alive transfer" and no cobian does not indicate errors, but leaves the files corrupted. It's weird, because it copies all the bytes, but the md5sum is different on the destination. 150 Opening BINARY mode data connectio...
by flako666
25 Jul 2023, 13:49
Forum: Cobian Reflector
Topic: large file transfer via FTP fails
Replies: 5
Views: 1047

Re: large file transfer via FTP fails

cobian wrote: 24 Jul 2023, 19:57 Try changing the status of the "Keep alive transfer"
It is active, I attach configuration
by flako666
24 Jul 2023, 17:30
Forum: Cobian Reflector
Topic: large file transfer via FTP fails
Replies: 5
Views: 1047

large file transfer via FTP fails

Hi, I'm using Reflector 2.4 and proftpd 1.3.6 (within OpenMediaVault) When I transfer 23G files they get truncated or don't upload. The task I attached has to upload 3 files, and only partially uploads one. If I use clonezilla to upload the file, it uploads correctly They are the same files that I t...
by flako666
18 Jul 2023, 17:31
Forum: Cobian Reflector
Topic: when uploading via ftp it indicates Input string was not in a correct format
Replies: 2
Views: 1085

when uploading via ftp it indicates Input string was not in a correct format

Hi, I'm using Reflector 2.4 and proftpd 1.3.6 (within OpenMediaVault) When I transfer 23G files they get truncated or don't upload. The task I attached has to upload 3 files, and only partially uploads one. If I use clonezilla to upload the file, it uploads correctly I already modified timeout varia...