-
Notifications
You must be signed in to change notification settings - Fork 140
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
Sync only 1 folder and remember to ignore the rest of the folders #83
Comments
use |
if you want to sync only |
Is there any way to have |
However, when you run a simple 'Remembering' is rather obscure to me, and may not be logical for a simple To 'remember' things it seems to me that having a persistent includes/excludes configuration file with directory/file patterns (perl regexp syntax), would be a convenient way for the user to choose which includes/excludes to maintain by default when running |
Real sorry, I know docs are written about this, but after trying multiple different ways to configure grive, I think its a bug, or maybe my command is wrong?
I have:
./dir1
./dir2
./dir3
Only want to sync dir1 and have grive ignore the rest (dir2 and dir3) permanently,
So I did
grive --ignore -s '^(?\!dir1$)
using perl regexp syntax, which is shown in .grive_state.However after testing by running
grive
, sub-directories of dir2/test1 and dir3/test34 start to be "..creating local" when the only folder that should syncing /downloading is dir1.The text was updated successfully, but these errors were encountered: