Repository Backupのバックアップ

1383 ワード

バージョン・ライブラリのバックアップ
前のページ
第3章バージョンライブラリ
次のページ

バージョン・ライブラリのバックアップ


どのバージョン・ライブラリを使用しても、バージョン・ライブラリのバックアップを定期的に維持および検証することが重要です.最近のバージョンのファイルにアクセスできるかもしれませんが、バージョン・ライブラリがないと、すべての履歴が失われます.
The simplest (but not recommended) way is just to copy the repository folder onto the backup medium.
最も簡単な方法は、ライブラリフォルダをバックアップされたメディア(新しいフォルダ)に直接コピーすることです.
However, you have to be absolutely sure that no process is accessing the data. In this context, access means any access at all. If your repository is accessed at all during the copy, (web browser left open, WebSVN, etc.) the backup will be worthless.
ただし、データにアクセスしているプロセスがないことを絶対に確認してください.の
 
おすすめの方法は運転です
The recommended method is to run
svnadmin hotcopy path/to/repository path/to/backup
    

to create a copy of your repository in a safe manner. Then backup the copy.
安全な方法でライブラリコピーを作成し、ライブラリコピーをバックアップします.
The  svnadmin  tool is installed automatically when you install the Subversion command line client. The easiest way to get this is to check the option to include the command line tools when installing TortoiseSVN, but if you prefer you can download the latest version of command line tools directly from the Subversion website.
前のページ
上位レベル
次のページ
第3章バージョンライブラリ
開始ページ
サーバエンドフックスクリプト