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 バイナリを使用して、個々のファイルの圧縮を手動で解くことができます。