gsync icon indicating copy to clipboard operation
gsync copied to clipboard

gsync Usage:

Open eljejer opened this issue 10 years ago • 10 comments

After setting up gsync on a Lunix/Debian NAS I encounter an initial problem using gsync command; every command I give gsync gives Usage error, as for example in:

Skoskapet:~/Leo/tmp$ gsync --authenticate Usage: gsync [options]... ...

What can be wrong?

eljejer avatar Jul 21 '14 18:07 eljejer

Did you install using "pip"? gsync version 0.1.14 (on PyPi) is not the same from GitHub and it doesn't support "authenticate" yet.

If you wanna use GitHub version (development) use this:

git clone https://github.com/iwonbigbro/gsync.git
cd gsync
python setup.py install

xsbr avatar Jul 27 '14 22:07 xsbr

Same problem here. Why is there a difference between the pip installation and the installation with setup.py (the do show the same version after installation)?

Aikhjarto avatar Sep 03 '14 13:09 Aikhjarto

Same problem here, i am using Arch Linux, and installing from AUR: https://aur.archlinux.org/packages/python2-gsync/

Why need install using python? AUR provide a supervised installation in which allows me to easily remove all later. Why the authenticate need be maked in that weird way?

semeion avatar Nov 29 '14 12:11 semeion

My mistake, i have authenticated using the way/syntax '$gsync drive:/// ~/Google\ Drive/' and it work.

semeion avatar Nov 29 '14 13:11 semeion

I installed the developer version hoping it'd fix my no files only directories issue but it hasn't. How can I uninstall the developer version easily?

camjac251 avatar Jan 12 '15 20:01 camjac251

If I recall correctly, you can use the same commands you used to install it, but replace "install" with "uninstall".

dmutters avatar Jan 12 '15 23:01 dmutters

python setup.py uninstall says its not found, what I ended up doing is installing it through pip, then uninstalling it through pip, hope that removed everything

camjac251 avatar Jan 13 '15 10:01 camjac251

Try doing "make uninstall" in the git directory, as root. It looks like the Makefile supports this, and it should clean things up much more cleanly than removing it with another version of the installer would.

https://github.com/iwonbigbro/gsync/blob/master/Makefile

dmutters avatar Jan 13 '15 11:01 dmutters

root@:~/gsync# make uninstall make: *** No rule to make target ,', needed byuninstall_,'. Stop.

camjac251 avatar Jan 13 '15 12:01 camjac251

Did you initially install it as root, or as your user? (I'm not a developer, so I'm largely taking shots in the dark, here.)

dmutters avatar Jan 13 '15 13:01 dmutters