Thanks Hrvoje - but this is the NFS server. These are iscsi targets mounted as EXT4 filesystems and NW is still skipping them. They don't show up as separate filesystems like my other partitions do such as /, /boot, /var, etc.
I should mention these are mounted via the fstab file with UUIDs.
NFS clients would have these directories mounted as NFS volumes and it makes sense that NW would skip those mount points.
Where can I find these saveset options? I'd like to play with them to see if they resolve me issues.
ble1
4 Operator
•
14.4K Posts
0
March 2nd, 2016 08:00
By default, NW will backup only local file systems. NFS is not local file system as the name itself suggests
So, saveset All won't pick it up.
To pick it up, use All-nfs. To pick up both local and nfs, in single client definitions instead of All use following two savesets:
All-mounts
All-nfs
mtu9000
28 Posts
0
March 2nd, 2016 08:00
Thanks Hrvoje - but this is the NFS server. These are iscsi targets mounted as EXT4 filesystems and NW is still skipping them. They don't show up as separate filesystems like my other partitions do such as /, /boot, /var, etc.
I should mention these are mounted via the fstab file with UUIDs.
NFS clients would have these directories mounted as NFS volumes and it makes sense that NW would skip those mount points.
Where can I find these saveset options? I'd like to play with them to see if they resolve me issues.
Thanks
ble1
4 Operator
•
14.4K Posts
0
March 2nd, 2016 13:00
Try All-ext4
I'm not sure top of my head where these are documented, but I believe I have seen those in admin guide.