Unsolved
This post is more than 5 years old
11 Posts
0
734
January 21st, 2008 04:00
differential / incremental backup - How to specifiy ?
Usually, I schedule a full backup every day.
But, for a special client, I want to realize a full backup on sunday and a differential backup the others day.
We don't use the NW scheduler, we launch backup by jobs using savegrp commande ( savegrp -I groupname).
I suppose I must use a new group with level 1.
But I don't see how to specify an differential instead of incremential backup.
But, for a special client, I want to realize a full backup on sunday and a differential backup the others day.
We don't use the NW scheduler, we launch backup by jobs using savegrp commande ( savegrp -I groupname).
I suppose I must use a new group with level 1.
But I don't see how to specify an differential instead of incremential backup.
No Events found!


amediratta
2 Intern
•
2K Posts
0
January 21st, 2008 08:00
If you want this schedule for a clinet in a group, you set this as schedule for the client and if you want to set it for all the clients of the group, select this schedule for the group. Run gorup with savegrp as you normally do, it would work with new schedule.
amediratta
2 Intern
•
2K Posts
0
January 21st, 2008 08:00
tfaucille3
7 Posts
0
January 22nd, 2008 01:00
For a differential backup use only 1 level.
After in your external scheduler use the following command
savegrp -C test yourgroupname
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
January 27th, 2008 14:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
January 28th, 2008 03:00
fab2
11 Posts
0
January 28th, 2008 03:00
root@sisley[]# savegrp -I -n -l 1 -vvv HSYS1
sys1:/ level=1
sys1:/mount/fs/fs1 level=1
* If the HSYS1 use level 1 , it doesn't work because the client's schedule field override the group level property.
I haven't found yet the solution.
amediratta
2 Intern
•
2K Posts
0
January 28th, 2008 07:00
Why would you like to skip Bootstrap backup?