Tag: rsync

  • Resilio Sync on Synology stuck?

    Resilio Sync on Synology stuck?

    The Resilio Sync package that’s provided on a Synology NAS’ Packager Center is out of date (2.6.2) and has a bug that causes big files to fail to sync (and that causes a loop of endless retries). The solution is to manually update the package from 2.6.2 to 2.6.4. Find your NAS architecture and then…

  • Rsync backups

    My own simple rsync backup ‘script’. You’ll need a rsync server, something to backup, and ssh-agent running to ease the process (or, fill in your password each time). Add the following lines (using a terminal text editor) to a text file (“.rsync” for example, hidden files under Unix-like systems), and chmod +x $file. rsync –archive…