diedrichg
Wizard
- Joined
- Dec 4, 2012
- Messages
- 1,319
Hello, I am trying to migrate my legacy NTFS drive data to my new RAIDZ1. I don't have the proper knowledge in using rsync though.
my result is /mnt/family/videos/Videos. How do I keep rsync from adding the original directory? How do I get all files/subdirs in mnt/SeagateBackup/Videos directly to /mnt/family/videos without creating the extra Videos directory?
p.s. I'm sure this has been covered a thousand times but I've Google'd my a** off and I can't find the solution so in advance I'm sorry for the repetitive question
- The legacy drive /mnt/SeagateBackup is attached locally and has been successfully imported
- The destination dataset is /mnt/family/videos
Code:
rsync -arv /mnt/SeagateBackup/Videos /mnt/family/videos
p.s. I'm sure this has been covered a thousand times but I've Google'd my a** off and I can't find the solution so in advance I'm sorry for the repetitive question