Forum Discussion
5 Replies
- NicolaiModerator
Sure - see bpbackup command
https://www.veritas.com/support/en_US/doc/15263389-127350397-0/v14659534-127350397
For backup jobs started from the client:
You need to have a schedule with the type of "USER BACKUP" to kick off a backup from the client.
example : bpbackup -p UNIX_FS -s user_backup -L /tmp/progress-log.txt /etc
For backup jobs started from the Master server
example : bpbackup -i -p UNIX_FS -s daily_inc
- GenericusModerator
If you add the client to the list of additional servers in the host properties of the master, the client can start regular backup jobs.
I have several servers that call non user backup jobs from a command line script on linux
User backups are required if you want to specify the directories included.
- MarianneLevel 6
Related Content
- 12 years ago
- 7 years ago