Secure copy of ./Data files
Hi,
I will copy /Data folder from my USB drive (E:\) to another local drive(F:\).
Is there any problem if I copy them with this command (example with Listary):
xcopy "E:\PortableApps\FILES\BACKUP DATA\ListaryPortable\Data" "F:\PortableApps\PortableApps\ListaryPortable\Data" /S /E /I /Q /H /K
Someone told me that I should use /O /X parameters which are:
/O Copies file ownership and ACL information.
/X Copies file audit settings (implies /O).
- Read more about Secure copy of ./Data files
- 5 comments
- Log in or register to post comments