Amandaで自動バックアップ

Amandaを使って自動バックアップの設定をしてみる。

インストールは、例によってapt-get installで一発。あいにくテープデバイスなんていうものは置いていないので、ファイルシステム上の仮想テープに書き込む設定を使用する。

このソフト、多数のホストをまとめてバックアップ可能なのは便利だね。でも、1本のテープに複数回のバックアップデータを詰めて最後まで使い切れないのと、一つの領域を複数のテープに分割することができないのは、ちょっと残念かも。

まあ、十分使えるから、これはこれでよしとしよう。

リンク: AMANDA, The Advanced Maryland Automatic Network Disk Archiver.

AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that allows the administrator to set up a single master backup server to back up multiple hosts over network to tape drives/changers or disks or optical media.

SATAとLinuxドライバー

先日SATAハードディスクを使ったシステムにDebian GNU/Linuxをインストールする機会があったんだけど、3.1ではドライバーがなくて、結局Etchをインストールすることに。でもCDが作ってなかったので、苦労してUSBメモリを起動可能にして対処。

その際思ったことは、USBメモリにインストーラを入れておくと、最近のシステムはUSB起動可能なので便利だねってこと。この機会にSDカードをいくつか買っておこう。

Dovecot for IMAP

これまで使っていたUW imapdをDovecotに変更してみる。

は、速い。

リンク: freshmeat.net: Project details for Dovecot.

Dovecot is an IMAP server whose major goals are security and extreme reliability. It uses index files to optimally store the mailbox state, which makes it very fast even with huge mailboxes. Indexes won’t prevent external mailbox updates, so Dovecot is still fully compatible with standard Maildir and mbox formats. There’s also a fully featured POP3 server included.