athlux Posted January 26, 2011 Posted January 26, 2011 Hi,I use "rsyncrypto" to crypt files and directories for backup purposes. Unfortunately rsyncrypto didn't copy owner and attributes of the files.Therefore I use robocopy to save owner and attributes of files and directories:robocopy 'C:\test' 'C:\test.crypt /E /COPY:SOUA /CREATE /R:0This work fine in XP with robocopy V5.1.1.1010 (XP010). But it didn't fully work with Vista nor with Windows7.The robocopy versions, released with Vista and Windows7 will "only" copy owner and attributes of files.The owner and attributes of directories remains unchanged.With robocopy V5.1.1.1010 (XP010) the owner and attributes of directories will be copied in Vista and Windows7 too.Is it a feature or is it a failure of mine?Thanks in advanceAthLux
allen2 Posted January 27, 2011 Posted January 27, 2011 Could you try adding /B switch to the robocopy command line ?
maxXPsoft Posted February 5, 2011 Posted February 5, 2011 Think perhaps you may need this/COPYALL :: COPY ALL file info (equivalent to /COPY:DATSOU)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now