MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » General » OffTopic


OffTopic All topics which are not about MediaPortal go in here. Anything goes, as long as we keep it nice.

Reply
 
Thread Tools Display Modes
Old 2008-05-29, 16:39   #1 (permalink)
Portal Member
 
Join Date: May 2008
Posts: 86
Thanks: 26
Thanked 0 Times in 0 Posts

Country:


Default What do use to mirror you drives?

What software do use to Mirror your drives?

Last edited by Surfer; 2008-05-29 at 16:44. Reason: Misspelled
Surfer is offline   Reply With Quote
Old 2008-05-30, 13:13   #2 (permalink)
Portal Member
 
Join Date: Jan 2006
Posts: 34
Thanks: 3
Thanked 15 Times in 3 Posts


Default

I use rsync.

It might be a bit confusing at first but it can do crazy stuff
works with and between os platforms

...ow and it's free

rsync -avr --exclude "\[A.00\]\ Nieuw" --exclude "\[D.00\]\ Familie\ Video8" --exclude "\[D.01\]\ Familie\ VHS" --exclude "\[D.02\]\ Familie\ DVR" --progress --compare-dest=/cygdrive/y/ /cygdrive/c/MediaJunc/Films/ /cygdrive/q/
/

I have locations that I want synced but the connection between the two isn't good enough to copy all the data directly. So what the above line does is: Compare source and destination. And anything that isn't on source is copied to an external hdd (it also excludes some other stuff)

(/cygdrive/c/ < means C:\ )

just to show you that anything is possible...

Last edited by infy; 2008-05-30 at 13:22.
infy is offline   Reply With Quote
This User Say Thank You:
Old 2008-05-30, 16:02   #3 (permalink)
Portal Member
 
Join Date: May 2008
Posts: 86
Thanks: 26
Thanked 0 Times in 0 Posts

Country:


Default

infy,

I hope it's okay to reply to your reply with this question.
Can point me in the correct direction on what I need to study, to learn how to: (know, understand and do) what you wrote below:

rsync -avr --exclude "\[A.00\]\ Nieuw" --exclude "\[D.00\]\ Familie\ Video8" --exclude "\[D.01\]\ Familie\ VHS" --exclude "\[D.02\]\ Familie\ DVR" --progress --compare-dest=/cygdrive/y/ /cygdrive/c/MediaJunc/Films/ /cygdrive/q/

Looking at what is written I get the idea, I just would not be able to do it on my computer. Any thoughts on where and what to study is Greatly Appreciated.

Surfer is offline   Reply With Quote
Old 2008-05-30, 19:59   #4 (permalink)
Portal Member
 
Bram's Avatar
 
Join Date: Dec 2005
Location: 's-Hertogenbosch
Age: 30
Posts: 834
Thanks: 19
Thanked 2 Times in 2 Posts

Country:

My System

Default

I'm using a Conceptronic CH3SNAS with two 1TB drives in it in RAID1. I even have a small Debian server running on it on which I can install whatever I like (torrent/usenet client, webserver with PHP/MySQL/PERL, FTP, and so on..... server without any noticable perfomace impact). The device itself is absolutely fantastic and 'only' costs about 125 euro, without the drives. With a gigabit network and Jumbo Frames enabled (option in the CH3SNAS configuration interface) you can get up to 20MB read/write over your LAN.

I can only say positive things about this device. The hardware is great, super easy installation (no screws used), big fanbase, custom firmware, good default firmware, JBOB, RAID0 and RAID1 support . +++++ No need for mirroring with this device
__________________

Last edited by Bram; 2008-05-30 at 20:02.
Bram is offline   Reply With Quote
Old 2008-05-31, 00:11   #5 (permalink)
Portal Member
 
Join Date: Jan 2006
Posts: 34
Thanks: 3
Thanked 15 Times in 3 Posts


Thumbs up

Quote:
Originally Posted by Surfer View Post
infy,

I hope it's okay to reply to your reply with this question.
Can point me in the correct direction on what I need to study, to learn how to: (know, understand and do) what you wrote below:

rsync -avr --exclude "\[A.00\]\ Nieuw" --exclude "\[D.00\]\ Familie\ Video8" --exclude "\[D.01\]\ Familie\ VHS" --exclude "\[D.02\]\ Familie\ DVR" --progress --compare-dest=/cygdrive/y/ /cygdrive/c/MediaJunc/Films/ /cygdrive/q/

Looking at what is written I get the idea, I just would not be able to do it on my computer. Any thoughts on where and what to study is Greatly Appreciated.

It's your thread. you can ask whatever you want.

Redirect < windows version of rsync

rsync < manual for all versions of rsync


simple example:
create a .cmd file
edit in notepad
copy paste:
SETLOCAL
SET CWRSYNCHOME=%PROGRAMFILES%\CWRSYNC
SET CYGWIN=nontsec
SET HOME=%HOMEDRIVE%%HOMEPATH%
SET CWOLDPATH=%PATH%
SET PATH=%CWRSYNCHOME%\BIN;%PATH%

and then add your custom rsync configuration like the simple example below:

rsync -avr /cygdrive/c/source/ /cygdrive/d/destination/

What this would do is compare C:\source and D:\destination and whatever is not at the destination will be copied from source to destination.

if you add -n to the list (rsync -avrn /cygdrive/c/source/ /cygdrive/d/destination/ ) it will do a dry run first.

save the file and run it.

if you want you can schedule it with windows schedule thingy.

feel free to ask more questions! good luck...
infy is offline   Reply With Quote
This User Say Thank You:
Old 2008-05-31, 01:34   #6 (permalink)
Portal Member
 
Join Date: May 2008
Posts: 86
Thanks: 26
Thanked 0 Times in 0 Posts

Country:


Default

infy,
Surfer is offline   Reply With Quote
Reply

Bookmarks

Tags
drives, mirror

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Working mirror for RC1 refreshed Brijn MediaPortal 1 Talk 1 2008-04-18 19:32
Missing Drives.? Sinetech General Support 2 2008-03-14 03:17
Hard Drives Sh4nn0w Hardware Selection Help 14 2007-02-05 15:43
MP need a italian mirror ? mrmojo666 MediaPortal 1 Talk 0 2006-05-05 16:51
After download from mirror... Treebeard Installation, configuration support 2 2006-02-06 10:26


All times are GMT +1. The time now is 06:44.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress