Idea: Psuedo Mirroring
|
26th Mar, 2014, 01:17 PM
Post: #3
|
|||
|
|||
RE: Psuedo Mirroring
@IriDium
you want online mirror or offline mirror? cause offline mirror is simply a clone, or cp, or rsync, or what ever - so as we have xbianclone(copy) I would use this to make daily copy (actually if I implement incremental snapshots copy then we will even not push hardware by copying all content daily). cron record would look like this Code: btrfs-auto-snapshot xbiancopy /dev/root /dev/mmcblk0p2 online mirror you can do with sw raid, or with device mapper layer, or easiest with btrfs. but online multidisk solutions have some drawbacks (for user). for example writes. by default system will wait for all devices to finish a block write (so if you add slower device, you will slow down on writes to level of slowest device). Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Psuedo Mirroring - IriDium - 26th Mar, 2014, 03:35 AM
RE: Psuedo Mirroring - CurlyMo - 26th Mar, 2014, 05:34 AM
RE: Psuedo Mirroring - mk01 - 26th Mar, 2014 01:17 PM
|