0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

バックアップは三重に(書きかけ)

Posted at

サーバ系のシステムのバックアップは三重にする。

あるクラウド上のデータは、そのクラウド上でバックアップを取ると同時に、別のクラウド上にバックアップを取る。
しかし、ネットワークが切れてしまっては、どちらにも繋がらないかもしれない。
三つめのバックアップは、CD-R(容量によってはDVD-R, BD-R)に保存する。

サーバシステムの最小構成は、CD-R, DVD-R, BD-Rから起動できる状態で保存する。
もし、乗っ取られたり、壊れたりしたら、CD-R, DVD-R, BD-Rで起動だけできるように。

動的な処理は、現在稼働していませんというnomove.htmlに飛んぶように書き換えるか、
動的な処理に飛ぶ記述のところのリンクをnomove.htmlに変更してから保存する。

nomove.html
<!DOCTYPE html><html><head><meta charset="utf-8" /><title>Qiita</title></head><body>このページをご利用いただきありがとうございます。現在この表示のみで、他の機能を提供していません。緊急のご用事があれば、下記までご連絡ください。 連絡先メールアドレス等</body></html>

動的なサーバから静的なサーバに加工する手順

1. <script>から</script>を削除する。


0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?