コマンドラインツールを使用したBackupPCの回復

コマンドラインツールを使用したBackupPCの回復

BackupPCソフトウェアで生成されたファイルを回復するための正しいコマンドラインツールと構文を提案できる人はいますか?

答え1

Fooのホームディレクトリ(たとえば)からFooのディレクトリ "bar"を復元すると仮定すると、/home/fooコマンドは次のようになります。

/usr/share/backuppc/bin/Backuppc_tarCreate -h host -n -1 -s /home/foo/bar > restore.tar

シンボルマーク:

-h host         Host from which the tar archive is created.

-n dumpNum      Dump number from which the tar archive is created. A negative number means relative to the end (eg -1 means the most recent dump, -2 2nd most recent etc).

-s shareName    Share name from which the tar archive is created.

-l一致するファイル名のみを一覧表示するには、コマンドにaを追加します。

答え2

担当者が不足しているためコメントできませんが、Google 検索をすばやく行うことで次の情報を得ることができます。

http://backuppc.sourceforge.net/faq/BackupPC.html#圧縮ファイル形式

これ:

BackupPC_zcat バイナリを使用して、個々のファイルの圧縮を手動で解くことができます。

http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/backuppc-21/questions-about-compression-in-backuppc-93831/

関連情報