1

A large amount of data was transferred from one NAS to a new NAS via windows explorer because of speed considerations. An attempt to use rsync was half-successful and restored the dates of files, but not the folders.

rsync -ax --size-only --progress root@192.168.8.109:/shares/Public/Drivers /shares/Public 

I was advised that adding -v to the statement and this link would help explain why it was not changed. My attempt to decode was not successful.

The request is for a command line example (similar to above) that will sync the files and folder meta-data. Looking forward to clever responses and a good narrative.

gatorback
  • 1,384
  • 23
  • 48
  • You ask already a question. Please consider clarify and comment in it: http://unix.stackexchange.com/questions/306987/will-rsync-restore-original-file-metadata – Romeo Ninov Sep 01 '16 at 12:55
  • @RomeoNinov: Thank you for reviewing my question. I have modified parent question per your request. If you or anyone else understands the answer to this question and posts it to the parent question I will delete this post. – gatorback Sep 01 '16 at 13:30

0 Answers0