What's new

Success story: NAS to NAS-Replication With NS4600 and NS4300N

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

guntbert

New Around Here
my Systems

Prerequisite: get Telnet/ssh access with root/sudo privileges on both systems

configure rsync
  • edit the rsync-configuration on at least one system (so that they match, obviously if only one system acts as primary server and the other as backup server not all settings are relevant)
  • /etc/rsync.conf: leave alone, gets its content from PASM
  • /etc/rsync.passwd: used in the server that initiates the replication
  • /etc/rsyncd.conf: only important on the receiving (=backup) server. Begins with a common part, then follow the "modules", handled by WebPASM again, really important is the "auth users" line, it can contain more names too...
    uid=root
    gid=root
    auth users=promise
    read only=no
    secrets file=/etc/rsyncd.secrets
    log file=/var/log/rsyncd.log
  • /etc/rsyncd.secrets: thats the place where promise likes to change things, only important on the receiving server, the format is name:password
    # RSYNC Authentication File
    promise:promise
lets go
use Web-PASM on both systems to start the replication, be patient :) and wait for

Aug 21 18:34:44 INFO NAS replication is completed!
in the system log
 
Last edited:

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top