From a130f4504e5911ff9510fb0671c2dc4a00ac075b Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Tue, 12 Nov 2024 15:39:35 +0800 Subject: [PATCH] Update export report --- manual/administration/export_report.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/manual/administration/export_report.md b/manual/administration/export_report.md index ead40960..f32bbe1b 100644 --- a/manual/administration/export_report.md +++ b/manual/administration/export_report.md @@ -2,10 +2,13 @@ Since version 7.0.8 pro, Seafile provides commands to export reports via command line. +!!! tip + Enter into the docker image, then go to `/opt/seafile/seafile-server-latest` + ## Export User Traffic Report ``` -cd /seafile-server-latest +cd seafile-server-latest ./seahub.sh python-env python seahub/manage.py export_user_traffic_report --date 201906 ``` @@ -13,7 +16,7 @@ cd /seafile-server-latest ## Export User Storage Report ``` -cd /seafile-server-latest +cd seafile-server-latest ./seahub.sh python-env python seahub/manage.py export_user_storage_report ``` @@ -21,7 +24,7 @@ cd /seafile-server-latest ## Export File Access Log ``` -cd /seafile-server-latest +cd seafile-server-latest ./seahub.sh python-env python seahub/manage.py export_file_access_log --start-date 2019-06-01 --end-date 2019-07-01 ```