-
-
Notifications
You must be signed in to change notification settings - Fork 871
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
can`t install - make problem #963
Comments
@musarra Please can you clarify what your error / issue is - as everything above shows:
|
You are right, I was able to sync later on with no problems.
Everything is working great.
Sorry for the precipitated post, I was getting some errors but sorted them
out.
Cheers.
…On Tue, Jun 23, 2020, 5:11 PM abraunegg ***@***.***> wrote:
@musarra <https://github.com/musarra>
I do not see any error in your output.
Please can you clarify what your error / issue is - as everything above
shows:
- You compiled successfully
- You installed successfully
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#963 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMMHPUFO5SUZN4WL2EOPNU3RYEEAHANCNFSM4OFVJ6HQ>
.
|
@musarra |
but indeed, if I may, i found a small issue.
when I skip directories in config file, if I have a folder in my 'root'
with the same name of a folder inside other different folder within the
root, it does not sync.
for example:
OneDrive/numbers
OneDrive/example/numbers
if I skip directory 'numbers' the 'example/numbers' does not sync.
Which means, duplicated folder names with root folders are not possible...
…On Tue, Jun 23, 2020, 5:53 PM Marcello Musarra ***@***.***> wrote:
You are right, I was able to sync later on with no problems.
Everything is working great.
Sorry for the precipitated post, I was getting some errors but sorted them
out.
Cheers.
On Tue, Jun 23, 2020, 5:11 PM abraunegg ***@***.***> wrote:
> @musarra <https://github.com/musarra>
> I do not see any error in your output.
>
> Please can you clarify what your error / issue is - as everything above
> shows:
>
> - You compiled successfully
> - You installed successfully
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#963 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AMMHPUFO5SUZN4WL2EOPNU3RYEEAHANCNFSM4OFVJ6HQ>
> .
>
|
@musarra If your entry is:
This will skip all directories called 'numbers' If you want to only skip '/example/numbers' , use:
This will sync /numbers and skip /example/numbers If you want to only skip '/numbers' , use:
This will skip /numbers and sync /example/numbers |
ahhh great and so simple...just a small '/'.
Thank you so much for the help ;)
Excellent job by the way with the onedrive sync client !
…On Tue, Jun 23, 2020, 6:06 PM abraunegg ***@***.***> wrote:
@musarra <https://github.com/musarra>
This is a configuration issue:
https://github.com/abraunegg/onedrive/blob/master/docs/USAGE.md#skip_dir
If your entry is:
skip_dir = "numbers"
This will skip all directories called 'numbers'
If you want to only skip '/example/numbers' , use:
skip_dir = "/example/numbers"
This will sync /numbers and skip /example/numbers
If you want to only skip '/numbers' , use:
skip_dir = "/numbers"
This will skip /numbers and sync /example/numbers
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#963 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMMHPUH3VSX3DIXQ4QUHRG3RYEKNFANCNFSM4OFVJ6HQ>
.
|
Hi there....one more question, is there a way to set up the 'on demand'
feature ?
thanks in advance,
cheers
On Tue, Jun 23, 2020 at 6:08 PM Marcello Musarra <[email protected]>
wrote:
… ahhh great and so simple...just a small '/'.
Thank you so much for the help ;)
Excellent job by the way with the onedrive sync client !
On Tue, Jun 23, 2020, 6:06 PM abraunegg ***@***.***> wrote:
> @musarra <https://github.com/musarra>
> This is a configuration issue:
> https://github.com/abraunegg/onedrive/blob/master/docs/USAGE.md#skip_dir
>
> If your entry is:
>
> skip_dir = "numbers"
>
> This will skip all directories called 'numbers'
>
> If you want to only skip '/example/numbers' , use:
>
> skip_dir = "/example/numbers"
>
> This will sync /numbers and skip /example/numbers
>
> If you want to only skip '/numbers' , use:
>
> skip_dir = "/numbers"
>
> This will skip /numbers and sync /example/numbers
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#963 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AMMHPUH3VSX3DIXQ4QUHRG3RYEKNFANCNFSM4OFVJ6HQ>
> .
>
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Bug Report Details
Following the steps in installation guide, error happens to make and could not perform installation.
below all commands and output.
I have done everything as required for:
System: Kernel: 5.3.0-59-generic x86_64 bits: 64
compiler: gcc v: 7.5.0 Desktop: Cinnamon 4.4.8 wm: muffin dm: LightDM
Distro: Linux Mint 19.3 Tricia base: Ubuntu 18.04 bionic
The text was updated successfully, but these errors were encountered: