robocopy ERROR 1314 (0x00000522) on Windows 7 Home Premium
up vote
0
down vote
favorite
I'm using a robocopy script with the switches /COPYALL and /B on my Windows 7 Home Premium PC to backup files to a NAS and I'm getting the error message:
ERROR 1314 (0x00000522) Copying NTFS Security to Destination File (file-location/name) required privilege is not held by the client.
I think it is something to do with account privileges in Windows 7 Home Premium - I read somewhere you need to add the account to the Backup Operators group - but that is for the Server OS.
How can I overcome this problem without upgrading to Windows 7 Pro?
Note: The other Win 7 computer on the network which is Pro does not have this issue.
windows-7 user-accounts robocopy
add a comment |
up vote
0
down vote
favorite
I'm using a robocopy script with the switches /COPYALL and /B on my Windows 7 Home Premium PC to backup files to a NAS and I'm getting the error message:
ERROR 1314 (0x00000522) Copying NTFS Security to Destination File (file-location/name) required privilege is not held by the client.
I think it is something to do with account privileges in Windows 7 Home Premium - I read somewhere you need to add the account to the Backup Operators group - but that is for the Server OS.
How can I overcome this problem without upgrading to Windows 7 Pro?
Note: The other Win 7 computer on the network which is Pro does not have this issue.
windows-7 user-accounts robocopy
Download the Windows Server 2003 Resource Kit Tools. Extract therktools.exe
downloaded file using 7-Zip. Then extractrktools.msi
. Among all the files there's one calledntrights.exe
. To grant backup privileges to a specific user, run this command from an elevated command prompt:ntrights.exe -u "some_user_name" +r SeBackupPrivilege
– and31415
Mar 27 '14 at 10:53
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm using a robocopy script with the switches /COPYALL and /B on my Windows 7 Home Premium PC to backup files to a NAS and I'm getting the error message:
ERROR 1314 (0x00000522) Copying NTFS Security to Destination File (file-location/name) required privilege is not held by the client.
I think it is something to do with account privileges in Windows 7 Home Premium - I read somewhere you need to add the account to the Backup Operators group - but that is for the Server OS.
How can I overcome this problem without upgrading to Windows 7 Pro?
Note: The other Win 7 computer on the network which is Pro does not have this issue.
windows-7 user-accounts robocopy
I'm using a robocopy script with the switches /COPYALL and /B on my Windows 7 Home Premium PC to backup files to a NAS and I'm getting the error message:
ERROR 1314 (0x00000522) Copying NTFS Security to Destination File (file-location/name) required privilege is not held by the client.
I think it is something to do with account privileges in Windows 7 Home Premium - I read somewhere you need to add the account to the Backup Operators group - but that is for the Server OS.
How can I overcome this problem without upgrading to Windows 7 Pro?
Note: The other Win 7 computer on the network which is Pro does not have this issue.
windows-7 user-accounts robocopy
windows-7 user-accounts robocopy
asked Mar 27 '14 at 2:16
Reece
2531618
2531618
Download the Windows Server 2003 Resource Kit Tools. Extract therktools.exe
downloaded file using 7-Zip. Then extractrktools.msi
. Among all the files there's one calledntrights.exe
. To grant backup privileges to a specific user, run this command from an elevated command prompt:ntrights.exe -u "some_user_name" +r SeBackupPrivilege
– and31415
Mar 27 '14 at 10:53
add a comment |
Download the Windows Server 2003 Resource Kit Tools. Extract therktools.exe
downloaded file using 7-Zip. Then extractrktools.msi
. Among all the files there's one calledntrights.exe
. To grant backup privileges to a specific user, run this command from an elevated command prompt:ntrights.exe -u "some_user_name" +r SeBackupPrivilege
– and31415
Mar 27 '14 at 10:53
Download the Windows Server 2003 Resource Kit Tools. Extract the
rktools.exe
downloaded file using 7-Zip. Then extract rktools.msi
. Among all the files there's one called ntrights.exe
. To grant backup privileges to a specific user, run this command from an elevated command prompt: ntrights.exe -u "some_user_name" +r SeBackupPrivilege
– and31415
Mar 27 '14 at 10:53
Download the Windows Server 2003 Resource Kit Tools. Extract the
rktools.exe
downloaded file using 7-Zip. Then extract rktools.msi
. Among all the files there's one called ntrights.exe
. To grant backup privileges to a specific user, run this command from an elevated command prompt: ntrights.exe -u "some_user_name" +r SeBackupPrivilege
– and31415
Mar 27 '14 at 10:53
add a comment |
1 Answer
1
active
oldest
votes
up vote
1
down vote
this option should solve the problem and will copy the attributes required./COPY:DATSO
Here is more description on this
/COPY:copyflag[s] :: what to COPY for files (default is /COPY:DAT).
(copyflags : D=Data, A=Attributes, T=Timestamps).
(S=Security=NTFS ACLs, O=Owner info, U=aUditing info).
It's the 'U' option which causes the failure
– smirkingman
13 hours ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
this option should solve the problem and will copy the attributes required./COPY:DATSO
Here is more description on this
/COPY:copyflag[s] :: what to COPY for files (default is /COPY:DAT).
(copyflags : D=Data, A=Attributes, T=Timestamps).
(S=Security=NTFS ACLs, O=Owner info, U=aUditing info).
It's the 'U' option which causes the failure
– smirkingman
13 hours ago
add a comment |
up vote
1
down vote
this option should solve the problem and will copy the attributes required./COPY:DATSO
Here is more description on this
/COPY:copyflag[s] :: what to COPY for files (default is /COPY:DAT).
(copyflags : D=Data, A=Attributes, T=Timestamps).
(S=Security=NTFS ACLs, O=Owner info, U=aUditing info).
It's the 'U' option which causes the failure
– smirkingman
13 hours ago
add a comment |
up vote
1
down vote
up vote
1
down vote
this option should solve the problem and will copy the attributes required./COPY:DATSO
Here is more description on this
/COPY:copyflag[s] :: what to COPY for files (default is /COPY:DAT).
(copyflags : D=Data, A=Attributes, T=Timestamps).
(S=Security=NTFS ACLs, O=Owner info, U=aUditing info).
this option should solve the problem and will copy the attributes required./COPY:DATSO
Here is more description on this
/COPY:copyflag[s] :: what to COPY for files (default is /COPY:DAT).
(copyflags : D=Data, A=Attributes, T=Timestamps).
(S=Security=NTFS ACLs, O=Owner info, U=aUditing info).
answered May 19 '14 at 11:16
Baljeetsingh
1777
1777
It's the 'U' option which causes the failure
– smirkingman
13 hours ago
add a comment |
It's the 'U' option which causes the failure
– smirkingman
13 hours ago
It's the 'U' option which causes the failure
– smirkingman
13 hours ago
It's the 'U' option which causes the failure
– smirkingman
13 hours ago
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%2f734095%2frobocopy-error-1314-0x00000522-on-windows-7-home-premium%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
Download the Windows Server 2003 Resource Kit Tools. Extract the
rktools.exe
downloaded file using 7-Zip. Then extractrktools.msi
. Among all the files there's one calledntrights.exe
. To grant backup privileges to a specific user, run this command from an elevated command prompt:ntrights.exe -u "some_user_name" +r SeBackupPrivilege
– and31415
Mar 27 '14 at 10:53