最新版はこちら。 突っ込みは各日付の BBS エントリのほか、 メール (nakano@st.seikei.ac.jp) や フォーム からどうぞ。 なおスパム除けのため、BBS 機能には 緩い認証を入れて います。 検索エンジンから来た方は、エンジンの方のキャッシュを見るか、 下の簡易検索を試してみてください。
|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||
label_tape <n>にて準備。今回からブロックサイズは (server.conf の設定で) 4096 に変更してみた。
--- pdumpfs.orig 2002-12-09 20:35:07.000000000 +0900 +++ pdumpfs 2002-12-09 20:35:27.000000000 +0900 @@ -209,7 +209,7 @@ latest = latest_snapshot(src, dest, base) today = File.join(dest, datedir(Date.today), base) - File.umask(0077) + File.umask(0022) File.mkpath(today) if latest update_snapshot(src, latest, today)