netcommons / clean-up
CleanUp for NetCommons Plugin
Installs: 25 228
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 16
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- cakedc/migrations: ~2.2
- netcommons/files: @dev
- netcommons/nc2-to-nc3: @dev
- netcommons/net-commons: @dev
- netcommons/plugin-manager: @dev
- netcommons/site-manager: @dev
- netcommons/system-manager: @dev
- netcommons/wysiwyg: @dev
Requires (Dev)
- netcommons/announcements: @dev
This package is auto-updated.
Last update: 2024-11-09 18:47:42 UTC
README
phpdoc
画面
コンソール
--- コマンド
$ cd␣(インストールディレクトリ)/app
$ Console/cake clean_up.clean_up clean_up --help
--- 実行結果
Welcome to CakePHP v2.10.16 Console
---------------------------------------------------------------
App : app
Path: /var/www/app/app/
---------------------------------------------------------------
ファイルクリーンアップ
[コマンド]
cake clean_up.clean_up clean_up [arguments]: ファイルクリーンアップ
cake clean_up.clean_up unlock: 実行中ロックファイルの強制削除
使用されていないアップロードファイルを削除します。対象のplugin_keyを指定してください。
全ての引数はplugin_keyとして処理します。ファイルクリーンアップを
実行する前に、こちらを参考に必ずバックアップして、
いつでもリストアできるようにしてから実行してください。
https://www.netcommons.org/NetCommons3/download#!#frame-362
実行結果は下記にログ出力されます。
/var/www/app/app/tmp/logs/cleanup/CleanUp.log
Usage:
cake clean_up.clean_up [-h] [-v] [-q] [arguments]
Options:
--help, -h Display this help.
--verbose, -v Enable verbose output.
--quiet, -q Enable quiet output.
Arguments:
0 クリーンアップする対象のプラグインキー。
[通常以外で指定できるプラグインキー]
all: 全てのプラグイン (optional) (choices:
announcements|bbses|blogs|calendars|circular_notices|faqs|multidatabases|questionnaires|questionnaires|quizzes|quizzes|registrations|registrations|reservations|reservations|tasks|videos|all)
1 (optional) (choices:
announcements|bbses|blogs|calendars|circular_notices|faqs|multidatabases|questionnaires|questionnaires|quizzes|quizzes|registrations|registrations|reservations|reservations|tasks|videos|all)
(省略)
18 (optional) (choices:
announcements|bbses|blogs|calendars|circular_notices|faqs|multidatabases|questionnaires|questionnaires|quizzes|quizzes|registrations|registrations|reservations|reservations|tasks|videos|all)
Tips
削除する拡張子を指定する
CleanUp/Model/CleanUp.phpの下記箇所を変更する事で、削除する拡張子を指定できます。
/** * 削除する拡張子<br /> * (例 jpg、複数はカンマ区切り、空なら全ての拡張子が対象) * * @var string */ public $deleteExtension = '';