My cloud NAS box 192.0.0.100
I want backup NAS using veritas netbackup. I create folder on root partition.
# mkdir test
# sudo mount -t cifs -o username=afi //192.0.0.100/24052016abkp /test
-t cifs
-o username
-NAS drive Ip address + Share folder
-Test folder
I created net backup policy and define backup selection /test/ and take a backup.
Note- If you receive the error:
sudo apt-get install cifs-utils
Note- If you receive the error:
wrong fs type, bad option, bad superblock on...
make sure you have cifs-utils installed, it may not be installed on your distro by default.sudo apt-get install cifs-utils