Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

rsync server mode?

Featured Replies

Hi all,

 

Is there a way to get my unRaid server to accept rsync connections? I'm trying to set up automated backups.

 

Thanks,

David

  • Author

Or, alternatively, is there some way to use the rsync binary that is on the server to talk to my client? With no ssh binary as well it's hard to make a secure connection to do the rsync. :(

Here's how we use rsync server mode.

 

1. In the go file, add this at the end:

# Install and start rsync
rsync --daemon --config=/boot/config/rsyncd.conf

 

2. Our rsyncd.conf file looks like this:

gid = root
uid = root
log file = /var/log/resyncd.log

[backup]
        path = /mnt/disk4/Backup
        comment = Backup
        read only = no
        list = yes

 

 

What version of UnRaid has rsync built in?  Or do I have to install the pkg also?

 

thanks,

 

  • 2 weeks later...

It got put into 3.0 "final".  You should not have to install the package, but you will need to set up a config file as described previously.

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.