Re: Is My Data DESTROYED?!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thanks.  But what I have in mind is serving the HTPC's array (with videos)to the storage server via iSCSI.  Hopefully the array can be mounted on the HTPS and still be served to the remote storage server by iSCSI?

--- On Mon, 10/26/09, Thomas Fjellstrom <tfjellstrom@xxxxxxx> wrote:
> On Mon October 26 2009, adfas asd
> wrote:
> > You know, I was worried that my main HTPC would be
> overloaded, with Myth
> >  commercial flagging, transcoding, and storage
> server operations like ssh
> >  encryption and checksumming.
> > 
> > But clearly storage server operations should be
> carried out by the storage
> >  server.  This'll be a little qbox-f
> mini-ITX system in the garage in case
> >  of fire or theft.  So I could iSCSI the
> HTPC's RAID0 volume to the storage
> >  server, hopefully through an SSH tunnel, and the
> storage server could
> >  merrily do the rsync, checksumming, and whatever
> operations, while the
> >  HTPC does its proper jobs.  When not in use
> the storage server would
> >  sleep.  Sure, the storage server will be
> just an Atom or Geode, but as
> >  long as its operations don't take more than 24
> hours it's OK.
> 
> Issue there, you can not mount a regular filesystem twice.
> Which is what this 
> plan would entail. It'd be better if you just used rsync's
> native ssh support 
> to log in and copy entire directory trees of data.
> 
> The initial copy will take a while, but rsync will only
> copy files that are 
> new, or have changed by default, so subsequent rsync runs
> won't take very long 
> over GbE at all.
> 
> on your backup box, you can just run:
> rsync -a user@mythtvbox:/mnt/raid0 /mnt/backup
> 
> which tells rsync to copy all files under 'mythtvbox's
> /mnt/raid0 dir 
> recursively to /mnt/backup keeping all metadata including
> access times and 
> what not. (-a means archive, this way it will know when
> files have changed on 
> the remote mythtv box)



      
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux