Forum Discussion

PatrickZ1's avatar
PatrickZ1
Level 3
6 years ago

Backup selection list

Would like to delete whole file list in the policy backup selection:

the files list are something like \\10.10.10.10\test\jan\*.vbm

                                                  \\10.10.10.10\test\feb\20190116.vbk

command I used :    bpplinclude policy_name -delete "\\10.10..10.10\test"

                                 bpplinclude policy_name -delete "\\10.10..10.10\test\*"

I also tried delete one by one using:  bpplinclude policy_name -delete "\\10.10..10.10\test\jan\*.vbm"

                                                           .....

none of them worked, did I do something wrong?

3 Replies

  • It might be easier to assist if you show us what exactly is in the Policy Backup Selection.
    bppllist <policy-name> -U

    • PatrickZ1's avatar
      PatrickZ1
      Level 3

      the backup selection is something like that:

      \\10.10.10.10\test1\abc\*.txt

      \\10.10.10.10\test1\efg\*.txt

      \\10.10.10.10\test1\efg\d2019-01-14.els

      \\10.10.10.10\test1\test\*.vbi

      would like to delete whole list with one command.