J
John Redd Walker
I'm trying to set up a dual backup for data files, with a local disk backup
which Dropbox will pick up and sync to the cloud as files are added or
changed.
I want to have a folder called Dropbox on an external drive. I want to use
k:\Dropbox\Documents (or music, videos, pictures, quickbooks) as the target
in Robocopy and I code k:\Dropbox\Documents as the target folder.
But Robocopy is too clever, knowing it's a special folder, and all I get is
a file called Documents on the K drive. This makes my Dropbox idea of an
automated local and cloud backup unusable.
Any idea how to create that Documents (or other) folder UNDER the one that
I specify instead of in the root directory? or just not create the
Documents folder at all, just its contents?
This is the command I'm using...
robocopy "C:\Users\William\Documents" "J:\Dropbox" /e /xo /xj /dcopy:t
which Dropbox will pick up and sync to the cloud as files are added or
changed.
I want to have a folder called Dropbox on an external drive. I want to use
k:\Dropbox\Documents (or music, videos, pictures, quickbooks) as the target
in Robocopy and I code k:\Dropbox\Documents as the target folder.
But Robocopy is too clever, knowing it's a special folder, and all I get is
a file called Documents on the K drive. This makes my Dropbox idea of an
automated local and cloud backup unusable.
Any idea how to create that Documents (or other) folder UNDER the one that
I specify instead of in the root directory? or just not create the
Documents folder at all, just its contents?
This is the command I'm using...
robocopy "C:\Users\William\Documents" "J:\Dropbox" /e /xo /xj /dcopy:t