Question about backup selection and incremental backup in Netbackup
Hello everyone,
I have question regarding to the Netbackup incremental backup.
Scenario#1
There are folder and files in that folder
D:\folder1
D:\folder1\file1.txt
D:\folder1\file2.txt
backup policy name: mypolicy1
backup schedule: full and incremental
backup selection: "D:\folder1"
Full backup schedule will backup both "file1.txt" and "file2.txt"
Then create a new file D:\folder1\file3.txt
Then trigger incremental schedule, file1.txt, file2.txt and file3.txt are backed up. (should it be only file3.txt!)
If I configure backup selection to: D:\folder1\* then test with the same scenario. The only file3.txt is backed up by incremental backup as expected. Please advise
Scenario#2
There are multiple folders and files in those folders.
D:\folder1
D:\folder2
backup policy name: mypolicy2
backup schedule: full and incremental
backup selection: "D:\folder*"
Full backup schedule will backup both "D:\folder1" and "D:\folder2".
Then create a new folder "D:\folder3" and create new test files in folder "D:\folder1"
Then trigger incremental schedule, all there folders and all files in those folder are backed up.
How can I configure incremental backup to backup only new folders or new files in folders without specific folder name?