Good Day,
We are doing backups of an NFS Servers that uses ZFS as the file system. We are wanting to exclude the active filesystem and just backup the last Snapshot. The Backup kicks off just after the Snapshot is taken. I have as follows :
/usr/openv/netbackup/exclude_list
/data/export
/usr/openv/netbackup/include_list
/data/export/.zfs/snapshot/$(date +%m-%d-%Y)
Thge above does not seem to work, speaking of the Inclusions ...
Note, the snapshot is taken as follows :
zfs snapshot data/export@$(date +%m-%d-%Y)
The contents of the Snapshot location :
dr-xr-xr-x 1 root root 0 Jun 23 12:28 02-10-2015
dr-xr-xr-x 1 root root 0 Jun 23 12:28 04-01-2015
dr-xr-xr-x 1 root root 0 Jun 23 12:28 05-18-2015
dr-xr-xr-x 1 root root 0 Jun 23 12:28 06-01-2015
dr-xr-xr-x 1 root root 0 Jun 25 14:04 06-25-2015
If you could help or provide alternate it would be much appreciated.
Regards
Shaun