![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 1938694.1 : Oracle ZFS Storage Appliance: How to Exclude .zfs/snapshot from a Find Command run on the Client
In this Document
Created from <SR 3-9782538361> Applies to:Sun Storage 7410 Unified Storage System - Version All Versions to All Versions [Release All Releases]Sun Storage 7310 Unified Storage System - Version All Versions to All Versions [Release All Releases] Sun Storage 7210 Unified Storage System - Version All Versions to All Versions [Release All Releases] Sun Storage 7110 Unified Storage System - Version All Versions to All Versions [Release All Releases] Sun ZFS Storage 7420 - Version All Versions to All Versions [Release All Releases] 7000 Appliance OS (Fishworks) GoalWhen working with snapshots for NDMP, the user may wish to manipulate the snapshots to be listed or excluded.
A customer asked the following questions Q1 - After changing .zfs/snapshot visibility to hidden, does the customer have to remount the file systems?
The answers may help other customers. SolutionQ1 - After changing .zfs/snapshot visibility to hidden, does the customer have to remount the file systems?
find . -name . <name or xters to be pruned> -prune -o -print
find . -not \( -name "*.xters " -o -name ".*,xters" \) '{}' \; -print
Attachments This solution has no attachment |
||||||||||||||
|