Forum Discussion

pepita's avatar
10 years ago

bpbackup doesn't write file log with -w option

Hello,

I have a bpbackup process running ok, but when I add to the same command the option -w It doesn't write in the file log. The command is the following:

/usr/openv/netbackup/bin/bpbackup -w -c SFE_UNIX_TRIMESTRAL -s USER_DIARIO -S mrbackup -t 0 -L /opt/logs/Backup_log.txt /backup

I try also with the following command but the result is the same:

/usr/openv/netbackup/bin/bpbackup -w -c SFE_UNIX_TRIMESTRAL -s USER_DIARIO -S mrbackup -t 0 /backup >/opt/logs/Backup_log.txt

Thanks.

  • I also never had such a issue

    This command is confirmed working:

     bpbackup -p UFS_AC_SILVER -s ubak -L /tmp/test -t 0 -w /tmp

    You need to change both the policy and schedule to match youre enviroment. Maybe it has somthing to do with bpbackup resolving of qualifyers. The -w usally go and the end of line, just before the backup path

     

2 Replies

  • What version, seems to work fine at 7.6.

  • I also never had such a issue

    This command is confirmed working:

     bpbackup -p UFS_AC_SILVER -s ubak -L /tmp/test -t 0 -w /tmp

    You need to change both the policy and schedule to match youre enviroment. Maybe it has somthing to do with bpbackup resolving of qualifyers. The -w usally go and the end of line, just before the backup path