drive icon indicating copy to clipboard operation
drive copied to clipboard

Push to specific destination

Open ghost opened this issue 8 years ago • 3 comments

Hi,

I'm trying to push a tgz directory from my local machine to a specific destination on my google drive.

For this I first cd to my gdrive directory, and then form there I run this command: drive push -no-prompt -destination <my_google_drive_destination> -m <my_local_tgz_dir>

where my_local_tgz_dir is not located inside my gdrive directory.

The push finishes successfully however the tgz directory does not end up in my_google_drive_destination but rather at the drive's root.

Any idea?

ghost avatar Mar 24 '17 18:03 ghost

I have the same problem. It works when I push data from a different folder that is not on a mount, where I don't have to use "-m" parameter.

danoe avatar May 25 '17 19:05 danoe

Same issue here. Can this be fixed, please?

mishagreen avatar Dec 14 '18 18:12 mishagreen

Could symlinking an out-of-mount dir into a mount be used as a workaround? I have several folders linked to mount, and no issues.

omicron-b avatar Dec 26 '18 20:12 omicron-b