Sync Home Folder On Linux


Recommended Posts

Hello there!

 

I'm trying to sync my ubuntu home folder (~/) between 2 pc, I'd like to sync every folder except for

~/.*

so in .SyncIgnore

.*

was added, but this cause

~/somefolder/.someotherfolder

to be ignored.

 

Using

.*/

in .SyncIgnore resolve the problem partially, cause

~/.somefolder

is exluded but

~/.somefile

is synced

 

So:

.SyncIgnore support only "?" and "*" wildcard?

Use something like

^.

to ignore everything start with . in "root" folder donesn't seems to work

 

or could someone suggest me some workaround?

 

 

Using BtSync 1.2.73 (ppa)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.