-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto replication #76
Comments
It should be enough to make something similar to (dd if=$src bs=1 count=1048576; dd if=${src}1) > $dest where 2048 is the typical start sector of the first partition; 512 is the typical sector size. This can be read by fdisk -l. |
also parted /dev/sdX unit b print | awk '{ print $3 }' | grep -A1 End | tail -n1 will get the number of bytes to copy from |
moved to v1.1 |
Who is working on it? |
@paskao has something to show about it. yay! |
From a freepto, it should be easy to create another one.
The text was updated successfully, but these errors were encountered: