carloxp

Members
  • Posts

    69
  • Joined

  • Last visited

About carloxp

  • Birthday 02/01/1960

Contact Methods

  • Website URL
    http://greenbagolaro.com

Profile Information

  • Gender
    Male
  • Location
    Milan, Italy, EU

Recent Profile Visitors

1,141 profile views

carloxp's Achievements

Advanced Member

Advanced Member (3/3)

  1. Yes, you are right, I tried to install .spk's for DSM version 6. I'm extremely sorry for my stupidity 🥵 Thank you very much, Best regards
  2. Good day I have 3 Synology NAS (ds718+, ds415+, ds716+). I tried install appropriate build (braswell, apollolake and avoton) of v2.7.3 (but on all NAS I got the same error message: All NAS are running with last available DSM 7.0.1-42218 upd 3: Some help, please? Thank you
  3. Hello! Don't touch the Resilio in the old PC (the PC that remain the same), but just copy the "Read and Wite key" on a file or piece of paper: Once you installed Resilio on the new PC, use this string to connect the directory to old PC. This will help you because you don'have to rescan and reindex both PC but the new only. I use this method from years. The old PC will think that is there a new PC on the LAN. Be careful: be sure that both directories you are going to connect contain the same objects.
  4. I strongly suggest you to NOT transfer sync data (including configs, metadata, indexes, etc.) from old to new PC. You seriously risk an huge mess. Reinstall all from scratch and your sync will work smoothly. The required time is just for building indexes on the new machine, and the advantage is a big disk space saving after a new index job, simply because new indexes will not contain old data, working quickly. At the end of the reinstallation, Resilio will work faster and will use less memory. Write down on a piece of paper current connection string, the check/compare the directory pairs to ensure that they are matching your requirements (using a program like Beyond Compare or similar), install new Resilio end re-use the connection string you wrote down previously. That's all.
  5. Addendum: I run Resilio Sync daily on 3 different Syology NAS. As you know, Synology NAS work on a (and is) a Linux OS that act as file server. This is another confirm that it can run a Linux server, with browser based GUI, without issues.
  6. I can oly confirm that I run it, long time ago, on a CentOS server, so I'm sure it can run, smoothly, with a browser-based GUI. Unfortunately, I don't remember more details, but maybe some othe user will help you further.
  7. I assume you mean a Linux server. I also tried long time ago, and I remember that a GUI is there through your browser. Just go to https://<your_server_ip>:xxxxx with your browser and you are ready. Unfortunately, I don't remember the port number represented with xxxxx in the link above. Just have a look into documentation. Furthermore, don't forget to open appropriate ports in your firewall.
  8. Try by using an hardlink or symlink pointing to your own template and place it inside each .sync directory.
  9. Ok, try Autoruns from www.sysinternals.com. It's a great program to inspect what is run at system startup
  10. Are you sure that the program is not launched twice, for example from registry and from a shortcut in C:\Users\username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup ? However, I don't use auto.start from registry, and I sent you the command of the shortcut I use to launch ResilioSync manually on demand.
  11. "C:\Users\username\AppData\Roaming\Resilio Sync\Resilio Sync.exe" /MINIMIZED
  12. Ooops... I'm very sorry. I did not read well your post, sorry 😉
  13. Hello Assuming that \\diskstation is your NAS on Windows Network: just write a .BAT file with this row: net use R: "\\diskstation\mysharedfolder" /persistent:yes Replace R:, diskstation and mysharedfolder according your needs. If you want mount a directory instead of a drive, write this in the batch file: mklink /d "D:\MyFolder" "\\diskstation\mysharedfolder" Replace D:, MyFolder, diskstation and mysharedfolder according your needs. Make sure that D:/MyFolder don't exist, otherwise mount will fail.
  14. @Gane O'dwyer Great! Thank you very much! Best regards.
  15. @Gane O'dwyer thank you very much for replying. First time I hear that there is a support for the customers, sorry! 😊 Could you please give me the address? Okay for the log file, I will try to get it. Thank you