Backup without NTFS permissions

Yurij

Active Newcomer
Joined
Feb 23, 2018
Messages
5
Reaction score
0
Points
0
Hi, all.
I need to backup Windows workstation and attached network disk. The problem is that I can backup network disk only with option "Backup NTFS security information" unchecked. But for Windows folders I would like to save this option.
Is it possible to create backup task with different "NTFS persmissions security information" setting for different folders?
 
Is it possible to create backup task with different "NTFS persmissions security information" setting for different folders?
No, it's all or nothing.

You could do two separate backups. Backup the disks you want the permission without skipping the permissions and in another backup the other disks that you don't want the permissions by skipping them.
 
Thanks for advice. But now I have new problem.
As I understand, I need too make second .opt file for configuring second backup. But how to make tsm client to use this .opt file? Simply runnig from cmd: dsm -optfile=2.opt will be enough?
 
Simply runnig from cmd: dsm -optfile=2.opt will be enough?
Yes that works.

You could also start the client with or without that option:
dsm
dsm -skipntp=yes

And if you do a scheduled backup, same thing, two schedules.
First schedule has: object={fs with permissions}"
Second schedule has: object={fs without permissions} options="-skipntp=yes"
 
Back
Top