-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
We have basic computer with 1 disk inside it. And basic Linux install on it.
/dev/sda
---/dev/sda1 mounts on / (Linux OS lives here)
---/dev/sda2 mounts on /mars
For simplicity, imagine this as your basic home computer, which you turn on and use - browse web, save files etc.
We want to have mars on this computer. So that at any given point in time, we always have a copy of /dev/sda1 in a remote site B (And we don't care at this moment whats happening in B. As long as we have a copy, it's ok).
How do we achieve this with current state of mars (No new development)?
- Do we somehow use shell during OS install to create mars resources?
- Do we install OS first and then install mars there and somehow tell mars to replicate sda1 to external site?
Metadata
Metadata
Assignees
Labels
No labels