antimojv

Members
  • Posts

    46
  • Joined

  • Last visited

Posts posted by antimojv

  1. I need to synchronize folder only on internal lan (two pc on 192.168.1.*) so i uncheck all properties of a folder, and leave checked only "Search Lan" on a Folder that have a read only key (on both pc in internal lan)

     

    But i see that there are transfer even outside to external peer (over internet connection) from both PC.

     

    I'm missing something?

     

    Version 1.3.94

     

    Thank you

  2. Hi RomanZ,

    these are my opinion, so this is only a point of view. It's up to BitTorrent to decide if it's useful or not to follow SymLink, from my point of view they are useful (my home in linux system is a simple symlink to a different filesystem because /root  disk was too small).

     

    "people want symlinks to point outside of the sync folder (main usage scenario - accumulating all backup data in one folder)."

    Yes this is one of my need.

    -  The option in rsynch  copy-unsafe-links could be a solution, may be it's not useful to implement the safe option.

    This tells rsync to copy the referent of symbolic links that point outside the copied tree

     

     

    1) Symlinks are ruining tree-shape of the directory structure. They can wrap directory structure into itself.

    -- If a user use symlinks and create recurse subdir in itself   (if i understand correclty the statement "wrap directory structure into itself") i think there is no problem fot BtSync, user have to correct the problem they create, it' not a BtSync problem. May be BtSynch can check when it happen and give a warning or refuse to synch the dir (some command in Linux give such a warning may be the find command or similar don't remember)

     

    2) Symlinks can drive BTSync out of directory (and store in general much more information than user expect)

    -- Again if a user create a symlink thath point to an external Path/Storage/Directory/File System or similar from my point of view it's not a problem. I do this when i need it

     

    3) Symlinks can bring BTSync to some network location which contains more info than expected

    -- Missing the meaning (my english is not perfect :( )

     

    4) Symlinks can bring BTSync to a filesystem which is not compatible with current FS. 

    -- This could be a problem, but i don't know the full btsync implementation. Again it's a user decision, but if i understand right could lead to some problem in BTsync? Permission or other type of problem? May be a warning or refuse to synch could resolve the problem?

     

    5) <probably some other peculiarities which i'm missing right now, but you also can guess>

    Yes i agree this could cause a more complex implementation , testing and so on , so again it's useful for me but this is only my point of view.

     

    My 0.0002 cents :)!

  3. I generate a new folder with a encryption key

     

    I use Windows 7, and apparently a right configuration file (encryption key is generated).

     

    But the windows Btsynch didn't see any file in folder (there are many files in dir ) , and peers are not aligned (ok if i can't see any file in original folder nothing could be aligned :) )

  4. For me the Symlinks  are generally useful, but is a personal point of view, may be not useful for any other.

     

    They could introduce more complexity so they need to be evaluated

     

    May be some suggestion on how they are handled could be found here

     

    http://rsync.samba.org/ftp/rsync/rsync.html 

    Chapter Symbolic Link

     

    Anyway i'm not sayng that btsync equals rsync or similar thing  , this is only a suggestion, and i actually prefer btsync in some cases in my daily use (more easy to use at all, no needed ssh server , no port configuration etc etc  :) )

  5. Thank you , your support it's impressive !

     

    I think i have a previous installation or have done (last year) some bad operation.

    I clean all, as per your instruction.

     

    Last starts were done, as you say, but the problem persist, i saw a lot of  ": WriteToDisk: Too many open files" (this is not a package problem i know but is blocking all sync operation for many people)

     

    As it appear to be a bug on many different installation on linux machine

     

    http://forum.bittorrent.com/topic/29255-btsync-error-check-too-many-open-files/

     

    is there any easy way to install a previous package version (1.3.77 for example)  that work better?

     

    Thank you a lot!

  6. Last post, i promise :)

    As it appear to be a bug on many different installation , is there any easy way to install a previous package version (1.3.77 for example)  that work better?

     

    Hi , for reporting the problem of "You don't have permission to access this folder"  that seems to appear in Ubuntu, rapsberry and many other machne in the last version. I'm seraching for the log file to sent it to btsync team.

     

    I follow this instruction

    http://forum.bittorrent.com/topic/12658-if-you-have-syncapp-issue/

     

    create a debug.txt file wiht "FFFF" content in /usr/lib/btsync-common/.sync but the log file in this directory  (/usr/lib/btsync-common/.sync) appear to be an old file and is not updated after btsynch restart

     

    i have tried sudo dpkg-reconfigure btsync and configure a 30Mb file, but i really can't find the file (sync.log inside a .sync directory?)

     

    Could you please help me to understand how to create the log file, or find it?

     

    Thank you a lot for your work on this distribution


    Sorry i find it :(

     

    /var/lib/btsync
     
    Bug alredy open

     

  7. Nice code, but seems not to run, i think i need a valid api key :) (i've tried to substitute XXX with a casual string :) )

     

    I asked for api with the form yesterday, but still received nothing on my email :(.

     

    Actually the problem (i think API KEY related) is 

    Process

    [btsync] <defunct>

     

    Application waiting

    "Waiting while the files are being indexed..."

     

    Hope i receive (if i'm fine with my intent) the API KEY

    Thank you

    Antimo

  8. The object is to

    - Crete a user (linux user) on my raspberry (friend1)

    - create a BTSynch instance started by this user (in Ubuntu distibution we could have instance associated with a single user)

    - User login in and set his new password (linux passowrd) so only him know this passowrd

    - The folder in which the user is writing his data is encrypted (with encrypt fs or similar) with a password setted by the user friend1 (may be logging with ssh or similar option)

    - The user login on web interface of the right instance (using right port) create a secret key , the data will be saved in the ecnrypted folder

     

     

    So at this point:

    - The data could be seen only from this user and not by me or other user of the system

    - With whis approach data will be replicated on other users (friends) machine as soon as they will use the same approach 

     

    Is this possible?

     

     

    I would like to create a secure private  backup system with my friends :) , and we share storage and connection :)

     

    Any idea  is welcome :)