Hi Paul, we will try to find out for you if there is a full backup option. The reason they are not documented is because some advanced options were not given enough QC attention back when v4 was releasing due to lack of time, and we made a decision not to document those.
Gostev wrote:Hi Paul, we will try to find out for you if there is a full backup option. The reason they are not documented is because some advanced options were not given enough QC attention back when v4 was releasing due to lack of time, and we made a decision not to document those.
Hi Gostev, any info on whether that switch exists or not to run a fullbackup?
that is great, you should really start advertising that option as I think alot of people would liek to use that feature.
Now I can write a powershell script that checks to see if it is a particular day of the month and if so it will launch the backups with the full option.
also, can I make a recommendation that Veeam make some sort of area (forum category or knowlegebase section) that would let people upload scripts as a script repository. I think with as powerful as PowerShell is your users could offer some very nice scripts.
Good idea on script repository... let me think on how best to organize it.
By the way, we will have monthly full backup schedule available directly in the product with v5.
Gostev, that is great news about the scheduler, just make sure it supports a schedule option like " last friday of month" not just last day of month.
Also an option to have a powershell parameter that will save a full to a different path (for off-siting or tape dumping purposes) would be great.
What I mean would be a powershell script is used to lauch backup jobs. In the script you check to see if it is say the "last friday of the month" if so we append -FullBackup and -xxxyyyzzz where -xxxyyyzzz woudl be parameter and path of where to create a copy of the full vbk file.
I know I can just robocopy the vbk's after the job ends or whatever as well, but I can see how this may be used by certain backup scenarios.
Actually after typing all that out I realize another (maybe a better) option would be just to offer a parameter to launch a post-script of our choosing, rather than one embedded in the job.
PKramer wrote:Gostev, that is great news about the scheduler, just make sure it supports a schedule option like " last friday of month" not just last day of month.
Yes, such schedule is supported with v5.
PKramer wrote:Actually after typing all that out I realize another (maybe a better) option would be just to offer a parameter to launch a post-script of our choosing, rather than one embedded in the job.
Typically customers use logic within the script to determine what to do. For example, lookup the current day of week and depending on it do one thing or another. This way, you only need one script to embed in the job.