ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "Костарев Алексей" <kaf@nevod.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] Перенос системы с винта на винт другого размера
Date: Tue, 03 Mar 2009 10:20:19 +0500
Message-ID: <49ACBE13.9060009@nevod.ru> (raw)
In-Reply-To: <49ABF382.6090903@gmail.com>

Motsyo Gennadi aka Drool пишет:
> Eugene Prokopiev пишет:
>> На машине-источнике делаешь нечто вроде:
>>
>> 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
>
>     Архив весом в 142,910,093 что-то не вызывает доверия...
Я в свое время не заморачивался с созданием архива, а сразу передавал 
сжатые данные на разархивацию на целевую машину
На исходном компьютере
find  / -depth -xdev  |  cpio  -ovd |  gzip -9 |  rsh remote_ip /bin/uncpio
где  в /bin/upcpio жра разархивация на нужный диск.

Особах проблем с данным способом не встречал


> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community


-- 
С Уважением
Директор ООО НЕВОД
Костарев А.Ф.




  parent reply	other threads:[~2009-03-03  5:20 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
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         ` Костарев Алексей [this message]
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=49ACBE13.9060009@nevod.ru \
    --to=kaf@nevod.ru \
    --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