Durable/Note NetApp Application/rsync FileSystem/NTFS NetApp File Recovery from Snapshot via Linux⚓︎ Process⚓︎ Bash1 2 3 4 5sudo mount -t cifs //netapp/share /home/user/netapp_share/ -o username=my_username,domain=company.com,uid=my_linux_user,vers=2.0 ls netapp_share/ ls netapp_share/.snapshot/ ls netapp_share/.snapshot/daily.2022-10-31_0010/Source\ Folder/ rsync -av netapp_share/.snapshot/daily.2022-10-31_0010/Source\ Folder/ netapp_share/Source\ Folder/ [!note] After doing this all NTFS permissions will be lost on the restored files. You will need to manually set the NTFS permissions. You can see pervious permissions by checking the permissions within the Snapshot.