AlexC

Members
  • Posts

    196
  • Joined

  • Last visited

Posts posted by AlexC

  1. 5 minutes ago, David.P said:

    but it says "Read-Only" even in your screenshot.

    It says Read-Only link, key or QR code. It's not about read-only folder.

    5 minutes ago, David.P said:

    Too bad that it doesn't seem to be possible to do One-Way sync (among your own devices) with Sync!

    What's wrong with using read-only key to share a folder?

    It allows you to sync files one-way among any devices you want.

  2. On 9/5/2018 at 3:02 PM, KlFlH said:

    Another Question: I know how to put ADS on StreamsList. But what to do with the ADS changed before?! I assume there is a possibility to restore them via the files in the folder .Streams mentioned before. But how to do  it (and not to do it manually for all over 6000 ADS...)?!

    Thank you in advance!

    Unfortunately Sync neither creates files in .streams folder nor controls them.

    That's why it can't restore them.

    Possibly QNAP team has relevant information about it's data format.

  3. 8 hours ago, Tom_Tasaky said:

    When I try install new correct package system needs first reinstall old resilio-sync but it's still can't remove or reinstall it.

    please check the content of /lib/systemd/system/resilio-sync.service

    it should be the following

    [Unit]
    Description=Resilio Sync service
    Documentation=https://help.resilio.com
    After=network.target network-online.target
    
    [Service]
    Type=forking
    UMask=0002
    Restart=on-failure
    PermissionsStartOnly=true
    
    User=rslsync
    Group=rslsync
    Environment="SYNC_USER=rslsync"
    Environment="SYNC_GROUP=rslsync"
    
    Environment="SYNC_RUN_DIR=/var/run/resilio-sync"
    Environment="SYNC_LIB_DIR=/var/lib/resilio-sync"
    Environment="SYNC_CONF_DIR=/etc/resilio-sync"
    
    PIDFile=/var/run/resilio-sync/sync.pid
    
    ExecStartPre=/bin/mkdir -p ${SYNC_RUN_DIR} ${SYNC_LIB_DIR}
    ExecStartPre=/bin/chown -R ${SYNC_USER}:${SYNC_GROUP} ${SYNC_RUN_DIR} ${SYNC_LIB_DIR}
    ExecStart=/usr/bin/rslsync --config ${SYNC_CONF_DIR}/config.json
    ExecStartPost=/bin/sleep 1
    
    [Install]
    WantedBy=multi-user.target

    if it differs, please edit it and execute

    sudo systemctl daemon-reload

  4. On 9/22/2019 at 5:15 PM, yottabit said:

    The FreeBSD x64 build of this version cannot write large files. I am trying to sync 50 GiB files.

    Reverting to 2.6.1 solved the problem for me. This can also be found as a solution for many experiencing the problem in FreeBSD jails, via the FreeNAS forums.

    Is there any plan to fix this? It's been 8 months...

    will be fixed in next release.

    please install the following build:

    http://internal.resilio.com/support/debug/sync/2.6.10056/resilio-sync_freebsd_x64.tar.gz

    it will fix the issue