From 99e044a1522376c26ce4a64296e4a9c834901bb0 Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Mon, 14 Oct 2024 13:47:44 +0800 Subject: [PATCH] Remove seaf_import --- manual/deploy_pro/seaf_import.md | 30 ------------------------------ mkdocs.yml | 1 - 2 files changed, 31 deletions(-) delete mode 100644 manual/deploy_pro/seaf_import.md diff --git a/manual/deploy_pro/seaf_import.md b/manual/deploy_pro/seaf_import.md deleted file mode 100644 index 4f0b09d75..000000000 --- a/manual/deploy_pro/seaf_import.md +++ /dev/null @@ -1,30 +0,0 @@ -# Import Directory To Seafile - -Since seafile 5.1.3 pro edition, we support importing a local directory on the server to seafile. It's a handy tool for the system admin to import files from existing file servers (NFS, Samba etc.). - -To import a directory, use the `seaf-import.sh` script in seafile-server-latest directory. - -``` -usage : -seaf-import.sh - -p - -n - -u -``` - -The specified directory will be imported into Seafile as a library. You can set the name and owner of the imported library. - -Run `./seaf-import.sh -p -n -u `, - -``` -Starting seaf-import, please wait ... -[04/26/16 03:36:23] seaf-import.c(79): Import file ./runtime/seahub.pid successfully. -[04/26/16 03:36:23] seaf-import.c(79): Import file ./runtime/error.log successfully. -[04/26/16 03:36:23] seaf-import.c(79): Import file ./runtime/seahub.conf successfully. -[04/26/16 03:36:23] seaf-import.c(79): Import file ./runtime/access.log successfully. -[04/26/16 03:36:23] seaf-import.c(183): Import dir ./runtime/ to repo 5ffb1f43 successfully. - run done -Done. -``` - -Login to seafile server with the specified library owner, you will find a new library with the specified name. diff --git a/mkdocs.yml b/mkdocs.yml index 9bcd596a6..41dfee1ec 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -141,7 +141,6 @@ nav: - Seafile FSCK: maintain/seafile_fsck.md - Seafile GC: maintain/seafile_gc.md - Clean database: maintain/clean_database.md - - Import Directory To Seafile (Pro): deploy_pro/seaf_import.md - Upgrade Seafile Server: - Outline: upgrade/upgrade.md - Upgrade Seafile Docker: upgrade/upgrade_docker.md