Search found 109 matches

by ira
04 Oct 2024, 20:27
Forum: Cobian Reflector
Topic: Need Help with Cobian Reflector Configuration for Multiple Backups
Replies: 2
Views: 686

Re: Need Help with Cobian Reflector Configuration for Multiple Backups

There is no conflicts between different jobs. First go through the main setting and make sure you're happy. Then make one backup job with all the settings you want and make sure it does what you want. Then copy that job and change the paths and schedule settings and you'll have two separate backup j...
by ira
09 Sep 2024, 21:19
Forum: Cobian Reflector
Topic: Message: "This file is in use" when selecting QuickBooks database in use
Replies: 6
Views: 3568

Re: Message: "This file is in use" when selecting QuickBooks database in use

In my experience the best way to back up quickbooks is to force one machine to do backups every time the database is closed and then do the backup after they leave. Trying to backup the live database will just be frustrating. Or if you leave a copy of QB running 100% of the time you can program back...
by ira
11 Jul 2024, 20:44
Forum: Cobian Reflector
Topic: How can I execute a "Post Event": "ONLY if backup HAS SUCCESSFUL"; or if "ONLY IF YOU HAVE HAD MINOR ERRORS or CRITICAL"
Replies: 8
Views: 15265

Re: How can I execute a "Post Event": "ONLY if backup HAS SUCCESSFUL"; or if "ONLY IF YOU HAVE HAD MINOR ERRORS or CRITI

Potentially, if you look at the last few lines of the last log file you can tell the result of the last backup and make a decision based on that. It would require adding a post backup even and writing some code to check the status and then return an errorlevel for Reflector to check. Luis probably h...
by ira
04 Jul 2024, 19:22
Forum: Cobian Reflector
Topic: Announcement
Replies: 50
Views: 66973

Re: Announcement

First off, congratulations, I know how hard it can be to walk away from a labor of love. I wish you the best in the future. Please don't choose Option one, your software is way to good for that. Being here watching the software grow, feeling sad when the last one was sold and then just seemed to van...
by ira
26 Jun 2024, 19:59
Forum: Cobian Reflector
Topic: Scheduled Task Time vs Sequential Tasks
Replies: 4
Views: 1886

Re: Scheduled Task Time vs Sequential Tasks

When I run a backup with multiple destinations, running the copies in parallel would be awesome. Especially on a differential or incremental as it would not have to iterate the source multiple times to find the few files that need backing up.
by ira
19 Jun 2024, 19:38
Forum: Cobian Reflector
Topic: How to: on file change transfer from a local PC to remote FTP server
Replies: 9
Views: 5899

Re: How to: on file change transfer from a local PC to remote FTP server

I once wrote a VB app to notice when a file changed in a folder and then fore off some external DOS program. I'm guessing you could do a similar thing if you wanted. It's pretty easy because as I recall, the trigger on any change feature is a part of Windows
by ira
28 May 2024, 19:24
Forum: Cobian Reflector
Topic: Retaining 15 days, 3 months, and 3 years backups
Replies: 5
Views: 4078

Re: Retaining 15 days, 3 months, and 3 years backups

On the monthly and daily you could run a external script of some sort to test if one of the other backups has already been run or when the month or year backups run create files that are tested and deleted by a script on the other backups so they know to skip today's backup. But I see no way to do i...
by ira
10 May 2024, 18:37
Forum: Cobian Reflector
Topic: Can't Seem to Exclude System Volume Information
Replies: 15
Views: 5482

Re: Can't Seem to Exclude System Volume Information

Not that I don't love Cobian, but wouldn't:

robocopy d:\ e:\ /XD "System Volume Information" /MIR

do what you want?
by ira
01 Mar 2024, 19:25
Forum: Cobian Reflector
Topic: Possible Spelling Error
Replies: 2
Views: 1124

Re: Possible Spelling Error

acquiring is certainly not spelled adquiring so definitely a spelling error.
by ira
31 Jan 2024, 09:36
Forum: Cobian Reflector
Topic: ?Is Monthly backup select days broken
Replies: 15
Views: 7065

Re: ?Is Monthly backup select days broken

Both machines run 24/7 and do not sleep. So backups can happen while I'm sleeping.