xcopy recently changed files?
I currently use the windows xcopy command to sync files on my desktop with files on a networked drive because I edit files on my local system as well as on my network folder. This allows me to regularly make sure the latest is in both places.
xcopy /E /I /C /Y /D "H:\My Documents" c:\users\[userid]\Documents
xcopy /E /I /C /Y /D c:\users\[userid]\Documents "H:\My Documents"
When I try this with my box folder (replacing the network folder), it copies over every file every time, not just the files that have changed (and are out of sync). How do adjust this to only copy new/updated files when syncing with a box folder?
投稿コメントは受け付けていません。
コメント
1件のコメント