What do use to mirror you drives? (2 Viewers)

Surfer

Portal Pro
May 20, 2008
87
0
Home Country
United States of America United States of America
What software do use to Mirror your drives?:D
 

infy

Portal Member
January 27, 2006
45
17
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...
 

Surfer

Portal Pro
May 20, 2008
87
0
Home Country
United States of America United States of America
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.

:D
 

Bram

Portal Pro
December 12, 2005
851
3
's-Hertogenbosch
Home Country
Netherlands Netherlands
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 :)
 

infy

Portal Member
January 27, 2006
45
17
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.

:D

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...
 

Users who are viewing this thread

Similar threads

Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
Thankyou High_Five, that worked perfectly, I now remember doing that 10 years ago, thanks for jogging my old memory. Cheers Tony
Hi everyone, I have been using it For 16 years now (from V1.1.1) and it has worked flawlessly. I only use TV Series and Moving...
Replies
2
Views
348
4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0 on Windows 7 SP1
4.5 is really old. I'm not sure 4.5.5 even is a version that actually existed. You should be able to install .NET Framework 4.8.0...
My TV PC is more a cast-off on older hardware (a 'Quiet PC' i5 4690, 16GB ram, 2xSSD 1xHDD, system graphics), mainly as a cheap way...
Replies
5
Views
2K
I switched back to MePo 1 some time ago, and havent really used it that much. But i wanted to watch some old movies stored as ISO file. Virtuel Clone drive is installed, and it can mount the ISO file. However when i try to select it from MePo i only get an error that i cannot mount it. [2026-06-07 14:56:35,994] [Error ] [MPMain ]...
I switched back to MePo 1 some time ago, and havent really used it that much. But i wanted to watch some old movies stored as ISO...
I switched back to MePo 1 some time ago, and havent really used it that much. But i wanted to watch some old movies stored as ISO...
Replies
0
Views
355
Hi. I was probably being a bit fast and loose with my terminology. I meant "somewhere within the files that MP2 uses in its database". Anyway, I found a way to do this which was far from automated but relatively low effort. I found what looked like all the images (CD covers, DVD covers, backgrounds etc all lumped together in...
Hi. I was probably being a bit fast and loose with my terminology. I meant "somewhere within the files that MP2 uses in its...
I am in the process of setting up a legacy media player (Mede8er) which I happened to have laying around into my home cinema setup...
Replies
2
Views
419
MP1 MP2 TVGuide Users DE
Greetings Fellow MP'rs. Does anyone out there use tvguide.com to access TV listings..? :unsure: If so, can you advise on how it is set up for use with MediaPortal..? I havebeen using Zap2XML / GraceNote but that just died (for me alone seemingly) and I am out of listings. :( Would appreciate any help - Thanks.
Greetings Fellow MP'rs. Does anyone out there use tvguide.com to access TV listings..? :unsure: If so, can you advise on how it...
Greetings Fellow MP'rs. Does anyone out there use tvguide.com to access TV listings..? :unsure: If so, can you advise on how it...
Replies
0
Views
1K
Top Bottom