Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only synching dirs. Not Files? #90

Closed
jonomcclelland opened this issue Feb 6, 2015 · 2 comments
Closed

Only synching dirs. Not Files? #90

jonomcclelland opened this issue Feb 6, 2015 · 2 comments

Comments

@jonomcclelland
Copy link

I tested pushing a small directory of files:
a/a1
a/b/b1
a/b/c/c1

Problem 1: Doesn't push top dir "a". Ignores it.
$ gsync -vcrlstI a drive://BACKUPS/
sent 0 bytes received 0 bytes 0.00 bytes/sec

If I rename "a" to "testsync" it starts to work better:
$ mv a testsync
$ gsync -vcrlstI testsync drive://BACKUPS/
testsync/
testsync/a1
testsync/b/
testsync/b/b1
testsync/b/c/
testsync/b/c/c1
sent 0 bytes received 0 bytes 0.00 bytes/sec

Problem 2: The above command just synched the dirs, ignoring the files:
gsync

Anyone seen issues like this? Am I using the wrong options?

@dmutters
Copy link

dmutters commented Feb 6, 2015

This is a duplicate of #69. A workaround is included in that bug's thread.

@jonomcclelland
Copy link
Author

Thanks for the feedback. Apologies for the duplicate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants