Forum Discussion

Santhosh_M's avatar
Santhosh_M
Level 3
10 years ago

Schedule for a single client from policy in Netbackup

Hi All,   Can any one please let me know how to start a backup of single client from a policy in different schedule.   Example, I have schedule backup for a policy XXXX on Monday but I ne...
  • mph999's avatar
    10 years ago

    You would have to add the client to it's own policy.

    The only other way would be to run the command via Windows schduler / or Unix cron , this way you could use the existing policy.

    bpbackup -i -p <policy> -s <schudule> -h <hostname>  

    Where hostname is the client you want to run the backup on.