Robocopy copying files from source to destination in backup mode and with file security permissions intact
up vote
3
down vote
favorite
I need to use Robocopy to mirror files and folders from one shared location to another, in restartable backup mode with security permissions.
My current command is:
robocopy //sourceServer/src //destinationServer/dest /E /XO /Z /R:5 /W:30 /MIR
I am planning to use /zb
and /SEC
flags, for which the user has to be given the following privileges:
Manage auditing and security log SeSecurityPrivilege
Backup files and directories SeBackupPrivilege
The user from which the command will be executed has R/W permissions on both the shared drives, what I need to know is do I need to give the above mentioned privileges to my user:
- On the source machine
- On the destination machine
- On the client machine where I am executing this command.
- On all the machines
windows security backup robocopy
migrated from stackoverflow.com Jul 25 '11 at 11:10
This question came from our site for professional and enthusiast programmers.
add a comment |
up vote
3
down vote
favorite
I need to use Robocopy to mirror files and folders from one shared location to another, in restartable backup mode with security permissions.
My current command is:
robocopy //sourceServer/src //destinationServer/dest /E /XO /Z /R:5 /W:30 /MIR
I am planning to use /zb
and /SEC
flags, for which the user has to be given the following privileges:
Manage auditing and security log SeSecurityPrivilege
Backup files and directories SeBackupPrivilege
The user from which the command will be executed has R/W permissions on both the shared drives, what I need to know is do I need to give the above mentioned privileges to my user:
- On the source machine
- On the destination machine
- On the client machine where I am executing this command.
- On all the machines
windows security backup robocopy
migrated from stackoverflow.com Jul 25 '11 at 11:10
This question came from our site for professional and enthusiast programmers.
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I need to use Robocopy to mirror files and folders from one shared location to another, in restartable backup mode with security permissions.
My current command is:
robocopy //sourceServer/src //destinationServer/dest /E /XO /Z /R:5 /W:30 /MIR
I am planning to use /zb
and /SEC
flags, for which the user has to be given the following privileges:
Manage auditing and security log SeSecurityPrivilege
Backup files and directories SeBackupPrivilege
The user from which the command will be executed has R/W permissions on both the shared drives, what I need to know is do I need to give the above mentioned privileges to my user:
- On the source machine
- On the destination machine
- On the client machine where I am executing this command.
- On all the machines
windows security backup robocopy
I need to use Robocopy to mirror files and folders from one shared location to another, in restartable backup mode with security permissions.
My current command is:
robocopy //sourceServer/src //destinationServer/dest /E /XO /Z /R:5 /W:30 /MIR
I am planning to use /zb
and /SEC
flags, for which the user has to be given the following privileges:
Manage auditing and security log SeSecurityPrivilege
Backup files and directories SeBackupPrivilege
The user from which the command will be executed has R/W permissions on both the shared drives, what I need to know is do I need to give the above mentioned privileges to my user:
- On the source machine
- On the destination machine
- On the client machine where I am executing this command.
- On all the machines
windows security backup robocopy
windows security backup robocopy
edited Dec 24 '17 at 16:43
Blackwood
2,66561727
2,66561727
asked Jul 25 '11 at 6:52
lazycoder
migrated from stackoverflow.com Jul 25 '11 at 11:10
This question came from our site for professional and enthusiast programmers.
migrated from stackoverflow.com Jul 25 '11 at 11:10
This question came from our site for professional and enthusiast programmers.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Option 4 - but do it via a GPO at the Domain level.
Create a new group policy object (or edit an existing one if you prefer), and add the user to those two privileges under Computer Configuration --> Windows Settings --> Security Settings --> Local Policies --> User Rights Assignment
. Apply the GPO to an appropriate OU and reboot the affected machines to allow the changes to take effect.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Option 4 - but do it via a GPO at the Domain level.
Create a new group policy object (or edit an existing one if you prefer), and add the user to those two privileges under Computer Configuration --> Windows Settings --> Security Settings --> Local Policies --> User Rights Assignment
. Apply the GPO to an appropriate OU and reboot the affected machines to allow the changes to take effect.
add a comment |
up vote
0
down vote
Option 4 - but do it via a GPO at the Domain level.
Create a new group policy object (or edit an existing one if you prefer), and add the user to those two privileges under Computer Configuration --> Windows Settings --> Security Settings --> Local Policies --> User Rights Assignment
. Apply the GPO to an appropriate OU and reboot the affected machines to allow the changes to take effect.
add a comment |
up vote
0
down vote
up vote
0
down vote
Option 4 - but do it via a GPO at the Domain level.
Create a new group policy object (or edit an existing one if you prefer), and add the user to those two privileges under Computer Configuration --> Windows Settings --> Security Settings --> Local Policies --> User Rights Assignment
. Apply the GPO to an appropriate OU and reboot the affected machines to allow the changes to take effect.
Option 4 - but do it via a GPO at the Domain level.
Create a new group policy object (or edit an existing one if you prefer), and add the user to those two privileges under Computer Configuration --> Windows Settings --> Security Settings --> Local Policies --> User Rights Assignment
. Apply the GPO to an appropriate OU and reboot the affected machines to allow the changes to take effect.
answered Jul 25 '11 at 12:06
Mike Insch
2,223118
2,223118
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f314737%2frobocopy-copying-files-from-source-to-destination-in-backup-mode-and-with-file-s%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown