eltopo

Members
  • Posts

    175
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by eltopo

  1. Your sync scenario is quite simple (sounds like 1 laptop to 1 NAS 1-way sync). Resilio Sync, even the free edition, should work for you, more than enough. However, you probably should learn more about Resilio Sync before you make your decision: 1. you need to install Resilio Sync app on both your laptop and your NAS, many file sync software, such as FreeFileSync, can sync with NAS (samba/FTP/SFTP server) and you don't have to install any app on your NAS; 2. I am not sure if you are qualified as "home user" when "office" involved, consult Resilio Sync to see if you need business edition; 3. be prepared that you may not get much official support or update from Resilio Sync if you are a Resilio Sync Free user. If you follow this forum, you'll soon see that Resilio Sync staffs barely reply to questions. If you want to try Resilio Sync Free, I'd say go ahead install the apps on your laptop and NAS and test them with test files, not your real work files, for several weeks. Resilio Sync works best with multiple devices. I would choose FreeFileSync if I were in your case. Also remember file synchronization does not replace backup, you should find a backup solution along with sync.
  2. I seriously doubt the "updated" Android apk contains any new code or bugfix. I think it's probably because Google asked them to compile the package with higher / required Android SDK level, or the app will get delisted. I used to share files with my friends using RSL. Not anymore, it seems nobody still uses it nowadays. I still have RSL clients running on my Raspberry PIs, but haven't modified files in these shared folders for quite a long time. I got 3 new devices this year (2023): a Linux server, a Win11, and an Android phone, none of them got RSL installed.
  3. sync.com is a different cloud storage service from Resilio Sync.
  4. Not only you need to change your Windows' firewall settings, but you also need to look at your router configuration and make sure you have proper port forwarding enabled, or simply use UPnP if your router supports. Consult your network administrators first for any security concerns. I believe only one of you and your party needs to do this to make the direct connections possible. You don't need to change your current listening port (rather than setting up your router to port forward to it), of course if you want a different port, you can change it to any port that's available on your system. I have to admit that I never changed my router/Windows/Linux/Android configurations, RSL works for me quite well by default. But you should treat RSL as a server behind your route/firewall, like a web server, openssh server, etc., if you want someone to connect to the server, either you allow the port access pass through your router, or use some proxy server (similar to RSL's relay server, which will be slower than direct connection).
  5. Usually it's because your firewall or router is very restrictive to the "listening port" of resilio sync. It might help to read these: https://help.resilio.com/hc/en-us/articles/204754759-What-ports-and-protocols-are-used-by-Sync- https://help.resilio.com/hc/en-us/articles/205450195-Download-upload-speed-is-very-slow
  6. If you and your party cannot establish direct connection and have to use relay, the upload/download speed will be much slower. Check your peer list, do you see a "relay server" icon like this?
  7. You probably still can find the license file as attachment from your email, or you can get it here: https://orders.resilio.com/customer/me/login/regain
  8. What's your sharing folder type? If it's "read-only", and you don't have ""Overwrite changed files" enabled, you won't be able to download the newer versions if your local file is changed.
  9. I am curious, how big do your database files grow to? It seems there's no way to clean up the database from RSL itself, so obviously you'll need to temporarily stop RSL and use a sqlite client to remove the entries you don't want to keep.
  10. According to What is the difference between Sync Home Pro and Sync Family Pro? – Sync (resilio.com) There's no device limit. Seats are for user identities, not for devices.
  11. There's no limit for shared folders, you can share the folder with millions of devices (of yours or other people's, with free or paid licenses). The devices with paid licenses get Pro features. You don't need to buy multiple home pro licenses for your own devices, you just apply the same license to all your 3 PCs and should be able to apply more when you get new devices.
  12. Do you preserve modification timestamp of file containers? (check: VeraCrypt's Settings/Preferences...) If you do, your container files' modification timestamps won't change after you modified your containers, other software won't get notified when the content of the containers have changed, RSL (and other sync apps) won't start synchronizing the containers. You also lost track of which device has the latest change of the containers. You should uncheck "Preserve modification timestamp of file containers" (i.e., don't preserve timestamp) for RSL to sync correctly.
  13. Just pick one: RSL for Windows, or RSL for Linux, not both. Boot to Linux to sync if you pick RSL for Linux.
  14. Are you saying that you use RSL for Windows and RSL for Linux to sync the same folders? If so, don't do this. Linux uses / for path while Wndows uses \. Most likely they need different settings.dat to find the storage path,
  15. Have you checked where the problematic folder is? If it's on a USB external drive, it could be USB power issue: there were some other USB devices pulled too much power, which caused the USB drive underpowered and disconnected.
  16. Might be system time issue. go to https://time.is and make sure both systems get correct time; on your Windows 10, use "touch" to change timestamp of these 2 files. see bash - What is the equivalent of "touch" on windows cmd? - Stack Overflow
  17. These in Windows' "Libraries" are virtual containers / collections, they are not real directories (folders). I believe that you (the user) created the Video (folder) in the Videos (Library).
  18. NObody maintains "resilio-sync" package for debian repos. Get the executable from
  19. install strace, and run strace ./rslsync --webui.listen 0.0.0.0:8888 to find out what complains about "no such file or directory".
  20. .rsls is 0-byte file placeholder for selective shared folders, the real files won't be automatically downloaded until you right click the folder/files and click on "Sync to this device".
  21. Isn't it more helpful that you post what the command prints out than this vague "gives an error"?
  22. You didn't even mention your OS type. No wonder nobody wants to reply. If you use Android, switch to "simple mode"; If you use Desktop app, when you add / re-connect the shared folder, manually remove "(1)" when Resilio Sync asks for the storage path. I would also back up the folder before the synchronization in case something goes wrong.
  23. If you forgot your login/password, you can reset them: How do I reset my WebUI password? – Sync (resilio.com) Note that your other configurations will be reset to default values.
  24. What you ask for is sort of one-way backup, not file synchronization. Resilio Sync currently does not offer this feature. However, if you just want to minimize the storage usage of the source files, you have 2 options, both of them won't delete the source files automatically (i.e., you have to do it manually): 1. Android app's "backup mode": How to Back up data (Android only) – Sync (resilio.com). You can manually delete source files from the Android device after they are fully synchronized to other systems; 2. Use "Selective Sync", after the source files are fully synchronized, you can manually clear local source files using Resilio Sync app's "Remove from this device". Note "Selective Sync" is a pro feature for Desktop, and a free feature for Android/iOS mobile apps.