You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, just encountered an issue with the entries using a slash prefix.
And as there are cases where the excludes are to be employed only for entries in the current root directory (#8), i think this might be worth a look.
Some implementations of rsync type exclude lists (i'm using this) see the leading slash as the actual root path - not the PWD, the path we are executing the backup in.
My workaround is to use ./ instead, e.g. ./Android/Sdk instead of /Android/Sdk or Android/Sdk.
What's your thoughts?
The text was updated successfully, but these errors were encountered:
I don't have a Debian installation at hand. I did the changes locally for me, so if someone has this issue with a standard Debian system and can confirm this solution, i'll prove the merge request.
Hi, just encountered an issue with the entries using a slash prefix.
And as there are cases where the excludes are to be employed only for entries in the current root directory (#8), i think this might be worth a look.
Some implementations of rsync type exclude lists (i'm using this) see the leading slash as the actual root path - not the PWD, the path we are executing the backup in.
My workaround is to use ./ instead, e.g.
./Android/Sdk
instead of/Android/Sdk
orAndroid/Sdk
.What's your thoughts?
The text was updated successfully, but these errors were encountered: