candera / hobocopy

An open source backup tool for Windows
http://candera.github.com/hobocopy/
MIT License
176 stars 52 forks source link

Copy additional file attributes #17

Open candera opened 13 years ago

candera commented 13 years ago

It would be nice if you could specify to copy additional attributes, like robocopy:

  /COPY:copyflag[s] :: what to COPY (default is /COPY:DAT).
                       (copyflags : D=Data, A=Attributes, T=Timestamps).
                       (S=Security=NTFS ACLs, O=Owner info, U=aUditing info).
danielj23 commented 13 years ago

Agreed. It should also traverse as if it were in the backup group to ensure it gets every folder correctly.. otherwise hobocopy is only good for copying music and pictures.

candera commented 13 years ago

I have a lead on what I may have been doing wrong with respect to traversal (see https://github.com/candera/hobocopy/issues/24#issuecomment-1039983). Hopefully I can make some progress on that over the next month or two.