Hello,
I googled "syncback run application", but found nothing.
I use a group profile to include several backup jobs.
I need to run an application after a backup job is done.
It looks like a group profile doesn't include this feature (select group > Profiles > Modify); OTHO, it is available in a backup job (click on item > Profiles > Modify : "Programs Before/After", but this involves copying/files.
Is there a way to add an item to a group profile that will simply run an external application instead of copying files ?
Thank you.
Before posting, and to avoid disappointment, please read the following:
- This forum is not for 2BrightSparks to provide technical support. It's primarily for users to help other users. Do not expect 2BrightSparks to answer any question posted to this forum.
- If you find a bug in any of our software, please submit a support ticket. It does not matter if you are using our freeware, a beta version or you haven't yet purchased the software. We want to know about any and all bugs so we can fix them as soon as possible. We usually need more information and details from you to reproduce bugs and that is better done via a support ticket and not this forum.
- If you are entitled to technical support then please submit a support ticket. Please do not post the same question to the forum and also via a support ticket. Once again, 2BrightSparks does not provide technical support via this forum.
[6.5.49.0] Run an application after backup job?
-
- Enthusiastic
- Posts: 12
- Joined: Thu Sep 02, 2010 9:02 am
-
- Enthusiastic
- Posts: 12
- Joined: Thu Sep 02, 2010 9:02 am
Re: [6.5.49.0] Run an application after backup job?
As a work-around, I just modified an existing item to run a program through "Programs - Before > After".
-
- Enthusiastic
- Posts: 12
- Joined: Thu Sep 02, 2010 9:02 am
Re: [6.5.49.0] Run an application after backup job?
FYI, make sure you use the right commands to switch directory when running a batch file from Syncback:
I forgot the "d:" line, so Syncback would stay in "C:\Program Files\SyncBackSE"
Code: Select all
SET basedir=d:\Temp\Backup.VSS\
cd %basedir%
[b]d:[/b]