Update document under maintain/

This commit is contained in:
plt 2021-08-12 12:18:27 +08:00
parent 4401e39b3f
commit 63c5731baf
3 changed files with 3 additions and 14 deletions

View File

@ -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

View File

@ -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)

View File

@ -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