Everything posted by WeeboTech
-
rsync
You might want to look at unison http://www.cis.upenn.edu/~bcpierce/unison/index.html
-
rsync
What are you trying to do with rsync on the unraid system? Here's an example of my /etc/rsyncd.conf file it gets put in place from /boot/custom/etc/rsyncd.conf to /etc/rsyncd.conf uid = root gid = root use chroot = no max connections = 4 pid file = /var/run/rsyncd.pid timeout = 600 [backups] path = /mnt/user/backups comment = Backups read only = FALSE [vmware] path = /mnt/user/backups/vmware comment = VMWare Backups read only = FALSE [music] path = /mnt/user/music comment = Music read only = FALSE [pub] path = /mnt/user/pub comment = Public Files read only = FALSE [boot] path = /boot comment = /boot files read only = FALSE [mnt] path = /mnt comment = /mnt files read only = FALSE [Videos] path = /mnt/user/Videos comment = VIDEOS read only = FALSE [bittorrent] path = /mnt/user/bittorrent comment = BITTORRENT read only = FALSE Here is a script I use to update /etc/inetd.conf so that it runs rsync when an rsync connection comes in. It goes in /boot/custom/etc/rc.d/S20-init.rsyncd The call it from your /boot/config/go script. #!/bin/bash if ! grep ^rsync /etc/inetd.conf > /dev/null ; then cat <<-EOF >> /etc/inetd.conf rsync stream tcp nowait root /usr/sbin/tcpd /usr/bin/rsync --daemon EOF read PID < /var/run/inetd.pid kill -1 ${PID} fi
-
Pimp Your Rig
Looks good! Can you post the link to that case?
-
Pimp Your Rig
Came out nice! Especially for an IDE system, y'all would hate mine, cables all over LOL! I'm in and out of them so much that I dont bother to tie wrap them any more. Although I do use round (shielded) cables and have never had a problem with them.
-
Pimp Your Rig
Who cares, Just post'em up.
-
Pimp Your Rig
Nice Job Guys. Love The chenbros! Handsome in that Lian-Li PC-A16B. and bjp999... all I can say is "Nice Rack" LOL! Good Job! I have s'more machines I'm building, I'll be sure to post pics when I get there.
-
Pimp Your Rig
[This is the thread that inspired the UCD board - thanks WeeboTech! Please feel free to extend the thread, but for showing off your server build, consider creating your own thread. Thanks! -limetech] I love building machines and seeing all the environments people come up with. I also post some information about my techno highlights in my blog. Thought it would be interesting for people to pimp their rigs. I have a few more I'm working on but here's the first I've finally been able to write up. http://www.cotrone.com/rob/archives/2008/05/chenbro_es34069.html Chenbro ES34069 Mini-ITX Home Server/NAS Chassis MSI Industrial 945GM1 Core 2 Duo Mobile Mini-ITX Mainboard w core 2 duo 2.33ghz Mobile Processor. OCZ Gold 4GB (2 x 2GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400) Dual Channel Kit Desktop Memory Internal Card reader & PCI Riser Card PROMISE SATA300 TX4 PCI SATA II 4-Port Adapter Kingston 2GB Secure Digital (SD) Flash Card w/MobileLite Reader Model FCR-ML+SD/2GB Bunch of 500GB SATA II drives laying around. Slim Optical Slot load Panasonic Optical drive from eBay. Pulls ~45 watts on idle. Let's see whatcha y'all got.