Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save peschee/213333dd242095f7a853 to your computer and use it in GitHub Desktop.
Save peschee/213333dd242095f7a853 to your computer and use it in GitHub Desktop.
  1. ssh in to your Synology
  2. $ vi /root/.profile
  3. prepend /opt/bin:/opt/sbin: to PATH so it looks like PATH=/opt/bin:/opt/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin
    replace the standard rdiff packages with symlinks:
  4. $ ln -s /opt/bin/rdiff-backup-2.6 /usr/bin/rdiff-backup
  5. $ ln -s /opt/bin/rdiff-backup-statistics-2.6 /usr/bin/rdiff-backup-statistics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment