We use Terastations (and some other NAS boxes) with robocopy as the backup mechanism. NTFS permissions are not maintained, as the file system doesn't support them. Doesn't matter in our case, as they're mostly used to replace students' lost work where the files will inherit the correct permissions back when they're replaced. For large scale replacement, I'd need to run scripts to restore permissions. Alternatively, perhaps look at using a Windows server as the backup destination so NTFS is used, you can do a full 'DATSOU' equivalent that way.

