Hi,
How can i configure Ghost 14 to create one base and several incremental backups?
(in practice, it reset to base after every 3 incrementals)
Example:
I wanna backup E:\ drive
and i want the several backup sets each having one base backup with
configurable number of (eg. minimum10) incremental backups.
. MYPC_E_Drive001.v2i (base 1)
. MYPC_E_Drive001_001.v2i (first incremental for set 1)
.......
........
. MYPC_E_Drive001_010.v2i (10th last incremental)
. MYPC_E_Drive002.v2i (base 2)
. MYPC_E_Drive002_001.v2i (first incremental for set 2)
....
....
and so on..
Thanks in advance.