NAS

TwitterFacebook
Get flash to fully experience Pearltrees
http://nas-tweaks.net/113/store-passwd-sh-for-the-d-link-dns-320-sharecenter-pulse/ The D-Link DNS-320 needs a different store-passwd.sh than the one supplied with Fonz fun_plug . Basically it is very simple if you look at the contents: #!/ffp/bin/sh echo "Saving Userdata to /usr/local/config/" cp -f / etc / passwd / usr / local / config / cp -f / etc / group / usr / local / config / cp -f / etc / shadow / usr / local / config / cp -f / etc / samba / smbpasswd / usr / local / config / Run the following command to download it to the NAS:

store-passwd.sh for the D-Link DNS-320 Sharecenter Pulse

SocMed - Installing and Uninstalling Packages and Activation and Deactivation of Daemons in Fonz fun_plug

http://nas-tweaks.net/82/installing-and-uninstalling-packages-and-activation-and-deactivation-of-daemons-in-fonz-fun_plug/ After installing Fonz’ fun_plug (see tutorial on this), you will probably want additional packages or Daemons like NFS or Torrent. The commands below are ONLY for fun_plug Version 0.5 Please check here for newer tutorials! Contents 1.

DNS-320 – making fun_plug and old packages work | shadowandy - my life stories

http://www.shadowandy.net/2010/11/dns-320-making-fun_plug-and-old-packages-work.htm The change in the location of hard disk mounting point in the DNS-320 broke fonz’s fun_plug. fonz’s fun_plug was created to run on earlier D-Link NAS (DNS-313, DNS-323, DNS-343) whose Volume_1 was mounted at /mnt/HD_a2. In DNS-320′s case, Volume_1 was actually mounted on /mnt/HD/HD_a2. This change in mounting point also broke some of the packages created earlier as rely on /mnt/HD_a2 for storage. Transmission Bittorrent client (transmissionbt) is one of the packages that won’t run on the DNS-320 out of the box. To make fonz’s fun_plug work (again) is actually quite simple. Some text replacements in the file “fun_plug” should fix the issue.
A few visitors of this website requested a tutorial on how to synchronize one folder from one NAS to another one. Of course this tutorial requires fun_plug installed on your NAS . Attention : I describe unencrypted connections ins this tutorial, for encrypted ones, please visit the online search provider of your choice with the keywords “rsync ssh”. Attention : Existing configurations of the rsync-server are maybe overwritten. Users who changed something in this area are advised to integrate this tutorial in their configuration on their own. The scenario is the following: The NAS A lice contains a folder named Foo , which should be copied to the NAS B ob into the folder Bar .

How to mirror one folder from one nas to another using rsync and fun_plug

http://nas-tweaks.net/276/how-to-mirror-one-folder-from-one-nas-to-another-using-rsync-and-fun_plug/
First, you need to install http://winrsync.sunsite.dk/ on your windows machine. If you already have Cygwin installed, it also includes an rsync binary; adjust the command lines in the files below appropriately; winrsync includes only the cygwin .dll and rsync binaries.) On the client machine, copy the sample [=rsyncd.conf], [=rsyncd.secrets], and [=rsyncd.bat] files below to [=c:\program files\winrsync\]. Finally, make Windows run the rsyncd.bat file on startup. http://wiki.dirvish.org/WinRsyncd

WinRsyncd - Dirvish wiki