Skip to content

Commit 28300b6

Browse files
poozaclaude
andcommitted
docs: README.mdの記述を実装に合わせて更新
- access_log_compressの圧縮形式をgzip→zstdに修正 - mastodon_media_cleanupのデフォルトコマンドを全件記載 - rsync_backupのexcludesデフォルトを全件記載 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ab856cc commit 28300b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ rake uninstall # cronスクリプトをアンインストール
4141

4242
| ツール名 | 説明 |
4343
| --- | --- |
44-
| access_log_compress | 指定日数が経過したログファイルをgzip圧縮します|
44+
| access_log_compress | 指定日数が経過したログファイルをzstd圧縮します|
4545
| help | ツール一覧を表示します。 |
4646
| mastodon_follow | 全ユーザーに指定アカウントを強制フォローさせます。 |
4747
| mastodon_maintenance | Mastodonのメンテナンスコマンドを実行します。 |
@@ -126,15 +126,15 @@ rake uninstall # cronスクリプトをアンインストール
126126

127127
| キー | 説明 | デフォルト |
128128
| --- | --- | --- |
129-
| commands | 実行するtootctlサブコマンドの配列 | [media remove-orphans, ...] |
129+
| commands | 実行するtootctlサブコマンドの配列 | [media remove-orphans, media remove --remote-headers, preview_cards remove -c 1] |
130130

131131
### rsync_backup
132132

133133
| キー | 説明 | デフォルト |
134134
| --- | --- | --- |
135135
| dest | SSH転送先 (user@host:/path) | user@host:/path/to/backup |
136136
| sources | バックアップ対象ディレクトリの配列 | [/etc, /usr/local/etc, ...] |
137-
| excludes | 除外パターンの配列 | [.git, .zfs] |
137+
| excludes | 除外パターンの配列 | [.git, .zfs, .cache, node_modules, vendor/bundle, tmp, \*.bak, \*.log, \*.swp, \*.tmp] |
138138

139139
## ライセンス
140140

0 commit comments

Comments
 (0)