I just installed vBackup and it is working great when I run a manual backup with my ESXi box. I am trying to setup a scheduled task to run every month. I followed the instructions but it is not running my task. To debug I run the command in command prompt and it looks like it doesn't like my backup argument. My VM machine is named: GNS3 Machine Any assistance would be appreciated.
C:\Users\Media>"C:\Program Files (x86)\Thinware\vBackup\vBackup" –v "GNS3 Machine"
Thinware(R) vBackup(R)
Version: 0.3.1.2638 (Version 0.3, Update 1) - Expires: 1/31/2014
Copyright (c) 2009-2013 Thinware, Inc. All rights reserved.
Visit us at: www.vbackup.com
________________________________________________________________________________
Usage: vbackup [-v [virtual machine name] | -p [physical machine name]]
[-j [job name]] [-d [before | after]]
-v arg Executes job for virtual machine specified.
-p arg Executes job for physical machine specified.
-j arg Optional. Name of job to be executed. If no job is provided,
default job for the physical/virtual machine will be used.
-d arg Optional. Debug breakpoint to be used in job execution. Allows for
viewing messages that may be displayed in the console window while
the job is running. Choosing "before" will cause execution to break
after validation, but before the backup/replica is created. "After"
allows job execution to complete, breaking just before the console
window is closed.
* Use single quotes (") surrounding all arguments containing spaces