| |||||||
| OffTopic All topics which are not about MediaPortal go in here. Anything goes, as long as we keep it nice. |
![]() |
| | Thread Tools | Display Modes |
| | #2 (permalink) |
| Portal Member Join Date: Jan 2006
Posts: 34
Thanks: 3
Thanked 15 Times in 3 Posts
| 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. |
| | |
| This User Say Thank You: |
| | #3 (permalink) |
| Portal Member Join Date: May 2008
Posts: 86
Thanks: 26
Thanked 0 Times in 0 Posts
Country: | 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. ![]() |
| | |
| | #4 (permalink) |
| Portal Member Join Date: Dec 2005 Location: 's-Hertogenbosch Age: 30
Posts: 834
Thanks: 19
Thanked 2 Times in 2 Posts
Country: | 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. |
| | |
| | #5 (permalink) | |
| Portal Member Join Date: Jan 2006
Posts: 34
Thanks: 3
Thanked 15 Times in 3 Posts
| Quote:
![]() 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... | |
| | |
| This User Say Thank You: |
![]() |
| Bookmarks |
| Tags |
| drives, mirror |
| Thread Tools | |
| Display Modes | |
|
|
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 |