ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Eugene Prokopiev <enp@altlinux.org>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] Перенос системы с винта на винт другого размера
Date: Mon, 2 Mar 2009 16:29:42 +0300
Message-ID: <f7a739430903020529g3608d08ckbf3e9cc0bc3c330b@mail.gmail.com> (raw)
In-Reply-To: <49ABD838.2090504@gmail.com>

02.03.09, Motsyo Gennadi aka Drool<motsyo@gmail.com> написал(а):
> Artem Zolochevskiy пишет:
>
> > Если верно помню, то Acronis требует раздел не меньше.
> >
> > А почему просто не сделать копированием/tar-ом? Проверено, работает.
> >
>
>         Винты невозможно вкинуть в одну машину - новый SATA, а переезжаю с
> рейда на SAS-контроллере. Придется переезжать через промежуточную соседнюю
> виндявую машину - сложить туда архивы между переездами.

На машине-источнике делаешь нечто вроде:

find / \
    | grep -v "^/dev"          \
    | grep -v "^/sys"          \
    | grep -v "^/proc"         \
    | cpio -c -o | bzip2 -9 -c \
    > backup.cpio.bz2

На целевой загружаешься с live-cd, подготавливаешь файловые системы с
помощью fdisk/mkfs.*/mount, выливаешь туда архив:

cat backup.cpio.bz2 | bunzip2 | cpio -i --make-directories

Потом чрутишься туда и восстанавливаешь lilo

Я в основном именно так делаю бэкапы :)

См. http://freesource.info/wiki/Texnologii/LVM/LVMSOFTRAID1 и
http://www.altlinux.org/CreateMdRAID1onLiveSystem - но там описано и
то, что тебе не нужно.

А вообще по результатам сам бы набросал простое описание процедуры на вики :)

-- 
С уважением,
Прокопьев Евгений

  reply	other threads:[~2009-03-02 13:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-02 12:35 Motsyo Gennadi aka Drool
2009-03-02 12:38 ` Artem Zolochevskiy
2009-03-02 12:59   ` Motsyo Gennadi aka Drool
2009-03-02 13:29     ` Eugene Prokopiev [this message]
2009-03-02 13:36       ` Костарев Алексей
2009-03-02 14:56       ` Motsyo Gennadi aka Drool
2009-03-02 15:46         ` Dmitriy Kruglikov
2009-03-03  5:20         ` Костарев Алексей
2009-03-02 12:46 ` Костарев Алексей
2009-03-02 15:51 ` Dmitriy Kruglikov
2009-03-03  2:18 ` Gennadii Redko
2009-03-03  7:57   ` Алексей Шенцев
2009-03-03 13:50   ` Motsyo Gennadi aka Drool

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f7a739430903020529g3608d08ckbf3e9cc0bc3c330b@mail.gmail.com \
    --to=enp@altlinux.org \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git