Forum Discussion

kalmouh's avatar
kalmouh
Level 2
12 years ago

Backup Shared Folder

dears,

i have a shared directory local on the disk with a size 450 GB.

i have try to have a backup of this directory using Netbackup 7.5.0.5, but only 5 KB have been wrote.

in the attribut i have select the policy tye : MS-Windows

All my server are under one AD.

 

any solution please

  • We need output of:  

    bppllist.exe -L MS32-BKP 
    'bppllist.exe -U MS32-BKP '  will also be helpful.

    This will show us your Backup Selection. 

    My guess is that you have specified the Backup Selection as a Drive Letter?

    Backup Selection for a network share must be specified as UNC path.
    You also need to confirm that NetBackup Client Service is started as a domain account with sufficient permissions to the share.

6 Replies

  • Can you please show us the policy list by:

    \netbackup\bin\admincmd\bppllist -L <policyname>

    and what is the access-level set for the shared directory?

  • PS C:\Program Files\Veritas\NetBackup\bin\admincmd> .\bppllist.exe -L
    Policy:            ACU02-SQL-Full
    Policy:            ACU02-SQL-INC
    Policy:            Catalog-BKP
    Policy:            EMA-BKP
    Policy:            ExchangeServerFull-Inc
    Policy:            MS32-BKP      (this is my policy)
    Policy:            MS41-SQL-Full
    Policy:            MS41-SQL-INC
    Policy:            OBJ-BKP
    Policy:            OBJ-root-BKP
    Policy:            SDP-BKP
    Policy:            VS04-Data-BKP
    Policy:            Windows-OS-Backup
    Policy:            air-BKP
    Policy:            itspchlog01-Data
    Policy:            itspchlog01-SQL-Full
    Policy:            itspchlog01-SQL-INC
    Policy:            smsc+SUNMC-BKP
    Policy:            vs04-BKP

    --------------------------------------------------------------------------

    No permission are assigned for this object. this is the output of the sharing permission.

    please find attached

  • We need output of:  

    bppllist.exe -L MS32-BKP 
    'bppllist.exe -U MS32-BKP '  will also be helpful.

    This will show us your Backup Selection. 

    My guess is that you have specified the Backup Selection as a Drive Letter?

    Backup Selection for a network share must be specified as UNC path.
    You also need to confirm that NetBackup Client Service is started as a domain account with sufficient permissions to the share.

  • As per my previous post - you need to specify UNC path: 

    \\servername\sharename\folder

    not the mounted drive letter and path.

    The reason for this is that D:\path is only mounted when a user is logged on. When the backup is running, no user is logged on.

  • dear Marianne,

    thanks tooo much, it's work properlly.

    best regards....