From 63c5731bafb1c8c7a77062c8e5cbf9c09ddd8451 Mon Sep 17 00:00:00 2001 From: plt Date: Thu, 12 Aug 2021 12:18:27 +0800 Subject: [PATCH] Update document under maintain/ --- manual/maintain/README.md | 9 +-------- manual/maintain/logs.md | 2 -- manual/maintain/seafile_fsck.md | 6 ++---- 3 files changed, 3 insertions(+), 14 deletions(-) diff --git a/manual/maintain/README.md b/manual/maintain/README.md index 46ee0d65..c2565fa6 100644 --- a/manual/maintain/README.md +++ b/manual/maintain/README.md @@ -2,17 +2,10 @@ ### Enter the admin panel -As the system admin, you can enter the admin panel by click `System Admin` in the popup of avatar if you are using 6.0.0 or above: +As the system admin, you can enter the admin panel by click `System Admin` in the popup of avatar. ![System Admin](../images/system-admin-entrance.png) -If your Seafile version is below 6.0.0, you can enter the admin panel by click the `tools` button at the top-right, beside the avatar: - -![Admin tools](../images/tools-button.png) - -After clicking the button, you will get into the admin panel: - -![System admin panel](../images/system-admin.png) ### Account management diff --git a/manual/maintain/logs.md b/manual/maintain/logs.md index 4a09b87c..c11b0934 100644 --- a/manual/maintain/logs.md +++ b/manual/maintain/logs.md @@ -5,7 +5,6 @@ * seafile.log: logs of Seafile server * controller.log: logs of Controller * seahub.log: logs from Django framework and emails sending -* Ccnet Log: logs/ccnet.log (logs for internal RPC, not useful) pro edition only: @@ -21,4 +20,3 @@ pro edition only: * seafevents.log: Empty * seafile-background-tasks.log: logs for background tasks and office file convertion * seahub_email_sender.log: logs for periodically email sending of background tasks -* Ccnet Log: logs/ccnet.log (logs for internal RPC, not useful) diff --git a/manual/maintain/seafile_fsck.md b/manual/maintain/seafile_fsck.md index 6d0949cd..37aaacb8 100644 --- a/manual/maintain/seafile_fsck.md +++ b/manual/maintain/seafile_fsck.md @@ -6,9 +6,7 @@ With default installation, these internal objects are stored in the server's fil Note: If you store the seafile-data directory in a battery-backed NAS (like EMC or NetApp), or use S3 backend available in the Pro edition, the internal objects won't be corrupt. -Starting from version 2.0, Seafile server comes with a seaf-fsck tool to help you recover from this corruption (similar to git-fsck tool). This tool recovers any corrupted library back to its last consistent and usable state. - -Starting from version 4.1, we provide a seaf-fsck.sh script. The seaf-fsck tool accepts the following arguments: +We provide a seaf-fsck.sh script to check the integrity of libraries. The seaf-fsck tool accepts the following arguments: ``` cd seafile-server-latest @@ -115,7 +113,7 @@ To skip checking file contents, add the "--shallow" or "-s" option to seaf-fsck. ## Exporting Libraries to File System -Since version 4.2.0, you can use seaf-fsck to export all the files in libraries to external file system (such as Ext4). This procedure doesn't rely on the seafile database. As long as you have your seafile-data directory, you can always export your files from Seafile to external file system. +You can use seaf-fsck to export all the files in libraries to external file system (such as Ext4). This procedure doesn't rely on the seafile database. As long as you have your seafile-data directory, you can always export your files from Seafile to external file system. The command syntax is