I need to copy over some new music files to a raspberry pi which I have connected to my PC via wifi. The new files are in a big music folder along with lots of old ones. I thought I'd be able to do it via windows by selecting all the files and pasting them into the pi folder containing just the current old files. Then when windows asks if I want to overwrite the old files I'd select 'no' and click the checkbox to do this with all files etc. However, windows first checks to see if there's enough space on the destination drive for the whole paste procedure and there isn't, remember I just want to copy the latest files which would fit size wise.
Sooo, I thought I try doing this via dos. The best command I've found is robocopy with the /xx switch? Using this though kept throwing up an error with,
Invalid Parameter #3 : "z:\music" which is the destination folder. I can't work out why this doesn't work? I did have to use a command called 'pushd' initially to access the network mapped pi folder, which gave it the Z suffix but that worked fine and I can access the pi perfectly under the command prompt now. Here's the full command I'm using, robocopy d:\music collection z:\music *.* /xx
Sorry, this reads a bit long winded but hopefully someone can understand what I'm trying to achieve! I thought this would be simple!
Any advice much appreciated.
Sooo, I thought I try doing this via dos. The best command I've found is robocopy with the /xx switch? Using this though kept throwing up an error with,
Invalid Parameter #3 : "z:\music" which is the destination folder. I can't work out why this doesn't work? I did have to use a command called 'pushd' initially to access the network mapped pi folder, which gave it the Z suffix but that worked fine and I can access the pi perfectly under the command prompt now. Here's the full command I'm using, robocopy d:\music collection z:\music *.* /xx
Sorry, this reads a bit long winded but hopefully someone can understand what I'm trying to achieve! I thought this would be simple!
Any advice much appreciated.