Nov 09, 2005

ホームページのバックアップ

ときどき思い立ってバックアップしようとする。
いちばん単純なのはユーザごとに、

$tar -cvzf archive.tar.gz public_html

とし、
これをクライアントLinuxマシンに転送して、

$tar xvzf archive.tar.gz

とすることだ。

日付つきのファイルを作るには、
tar cvf /home/shimirin/backup/backup-date +%Y%m%d.tar ./public_html

gzip /home/shimirin/backup/backup-date +%Y%m%d.tar

としてシェルスクリプトにする。これをcronで毎日ぐらい実行させればいいのだが、問題は2つある。
ひとつは、ユーザによってはかなり大きいサイズのディレクトリなので、(なんとなく)気が引ける。
ひとつはCGIが作るファイルが、オーナー、グループとも独自のものになって、これは問題が生じることがないかな、ということだ。

Posted at 11:08 in n/a | WriteBacks (0) | Edit
Edit this entry...

wikieditish message: Ready to edit this entry.

If you want to upload the jpeg file:


Rename file_name:

Add comment(Comment is NOT appear on this page):
















A quick preview will be rendered here when you click "Preview" button.