Grive / grive

an open source Linux client for Google Drive
http://www.lbreda.com/grive/start
GNU General Public License v2.0
1.59k stars 378 forks source link

--force argument didn't force a download from Drive. #299

Open aelzenaar opened 9 years ago

aelzenaar commented 9 years ago

I had two files that had been restored from an old backup into my grive folder and I needed to download the newer versions from Drive.

I used grive --force but it uploaded the two old versions on my computer rather than overwriting them with the online versions, and I lost all the changes that I'd made over the past week.

I think that the issue was that the --force argument requires a filename argument, but it is not stated in the --help that this is the case (I thought that it applied to the entire sync). The documentation should mention that an argument should be given to prevent people from making the same mistake.

It would also be nice if --force applied to the entire sync if no argument was given.