DatacenterDudes / cDOT-CIFS-share-backup-restore

These PowerShell scripts allow storage administrators to back up and restore CIFS share configurations for storage virtual machines in NetApp's clustered Data ONTAP. These require the NetApp PowerShell Toolkit module to be installed. These scripts are not officially supported by NetApp (but the PowerShell modules are) and should be used only with thorough testing.
21 stars 9 forks source link

filename changes and functions reversed #1

Closed scottharney closed 8 years ago

scottharney commented 9 years ago

Original post at datacenterdude.com names these getSharesAcls.ps1 and createSharesAcls.ps1 . However the names are changed herein to backupSharesAcls.ps1 and restoreSharesAcls.ps1 which would be fine except the script actions are reversed. The backupSharesAcls.ps is actually the restore script and vice-versa