What do use to mirror you drives? (1 Viewer)

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
350
It may seem strange, but the open-source license allows anyone to sell physical CDs or DVDs to customers, provided that, for example, the source code is made available upon request and additional value is provided, such as an installation manual. Both of these are mentioned in the product description, so it appears to be legitimate...
It may seem strange, but the open-source license allows anyone to sell physical CDs or DVDs to customers, provided that, for...
I just recently started using your software and I noticed on eBay one person is selling it for about $16.00. You can make a claim...
Replies
2
Views
122
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
Fixed, I think. Certainly the vintage MP2 installer that I was using no longer installs the LAV filters. I can only assume that these were never part of the install package itself, but rather downloaded during the install, and that link no longer exists. Shame that the installer doesn't indicate this. Last time when I installed the...
Fixed, I think. Certainly the vintage MP2 installer that I was using no longer installs the LAV filters. I can only assume that...
Hi all, I've recently retired my MP2 setup for my main HTPC and gone back to separates, but I wanted to retain the ability to play...
Replies
4
Views
160
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
358
Top Bottom