Name
nbpgsql -o restore — restores the backup files from the NetBackup server.
SYNOPSIS
nbpgsql -o restore -S master_server -t target_directory [-id db_backup_id] [-Cclient_name]
Description
The nbpgsql command restores the backup file using -t and -S as the required parameters. The -id and -C are optional parameters.
On Linux systems, the directory path to this command is /usr/NBPostgreSQLAgent/
On Windows systems, the directory path to this command is install_path/NBPostgreSQLAgent/
Options
- -C
Specifies the client name.
- -id
Specifies the backup image name.
- -S
Configures the NetBackup master server.
- -t
Configures the target directory where the backups are restored.