Windows 7 Forums


Windows 7: Which file backup programs can copy attributes/permissions?

24 Mar 2012   #1

Windows 7 Professional x64
Nottingham, England
 
 
Which file backup programs can copy attributes/permissions?

Hello all,

I have tried a few backup programs but I'm trying to find out the best way of copying around 500gb of files and keeping all the dates, attributes and security permissions intact?

Any suggestions guys?



My System SpecsSystem Spec

24 Mar 2012   #2

Windows 7 Ultimate SP1 (x64)
South Australia
 
 

Hi,

Robocopy from a cmd window can do this:

Code:
robocopy <source> <destination> /COPY:DATSOU /MT:12
D=data
A=attributes
T=timestamp
S=security (ntfs acls)
O=owner info
U=auditing info

Seeing as you are copying 500GB, I recommend using this switch also, to speed it up:
MT:12=use 12 threads to perform the copy

And some light reading:

ROBOCOPY - Create Backup Script

Regards,
Golden
My System SpecsSystem Spec
24 Mar 2012   #3

Windows 7 Professional x64
Nottingham, England
 
 

Brilliant! Thanks a lot Golden!

Can Robocopy verify the files after they are copied?

Also, have you ever tried the Robocopy GUI?
My System SpecsSystem Spec
.


25 Mar 2012   #4

Windows 7 Ultimate SP1 (x64)
South Australia
 
 

Hi Burdus,

Apologies for the late reply.

I've never used the GUI, but I hear its quite good. There isn't a verify option, but I've never found the copy to yet produce a corrupted file.

I saw JDobbsy replied replied to your thread in the tutorial : that is all OK, but I added some background information about retry and waiting time as general information.

Regards,
Golden
My System SpecsSystem Spec
Reply

 Which file backup programs can copy attributes/permissions? problems?



Thread Tools



Similar help and support threads for: Which file backup programs can copy attributes/permissions?
Thread Forum
File Attributes General Discussion
Robocopy backup - file permissions General Discussion
Solved Copy files into mounted Backup Image VHD file? Backup and Restore
Set file attributes General Discussion
Display of .msg file attributes in Explorer General Discussion


All times are GMT -5. The time now is 10:41 PM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32