Displaying 2 results from an estimated 2 matches for "journyx".
Did you mean:
journal
2003 Jan 11
0
rsync server with conf file
...command
line. What are the benefits of setting up an rsync server on the other
side using double colons :: ? Is it more efficient?
Here is an example of what I use. The server 'iceland' is on the other
side of a WAN link. I'm not using an rsync.conf file.
rsync iceland://programs/ /journyx-backup/ --progress --stats --compress
--recursive --partial --archive -v
Thanks - Max
-------------- next part --------------
HTML attachment scrubbed and removed
2010 Jun 22
0
Performance questions/tweaks on Gluster
I've now got Gluster 3.04 up and running on my servers.
Setup:
gluster1 - back end file server
gluster2 - ditto. Redundant. These are setup with the --raid 1 option
app1 - my app server mounts /data/export on /home
app2 - ditto
The appropriate conf files are attached.
My simple test involves reading an input file and writing it to the
Gluster home versus local /tmp.
These tests were