vitalyrodnenko / geeknote

Console client for Evernote.
2.1k stars 331 forks source link

is gnsync bi-directional? #294

Open stevepowell99 opened 9 years ago

stevepowell99 commented 9 years ago

is gnsync bi-directional? Couldn't find this in the docs. Or is it just from local to evernote servers?

solars commented 8 years ago

Looks like it is push only, is that right?

SilkAndSlug commented 8 years ago

The current version says it offers two-way:

gnsync --help

usage: 
  gnsync 
    [snip]
    --two-way TWO_WAY, -t TWO_WAY
SilkAndSlug commented 8 years ago

I've raised issue#351 re. documentation.

https://github.com/VitaliyRodnenko/geeknote/issues/351

weakish commented 8 years ago

Documented in 9fd63dba (unmerged pull request).

jinuxstyle commented 8 years ago

If --two-way is not given, it does only push. Otherwise, it first does push, and then pull from server based on the modification time of the notes. When pushing, only files with newer modification time will be uploaded to server. While pulling, only notes with newer modification time will be downloaded to local machine. It has potential problems which are described and fixed by Pull request #358 (not merged yet).