====== seafile ====== **seafile** ist eine freie Software für das Speichern von Daten ([[Filehosting]]) auf einem eigenen Server. ===== Seafile-Terminal-Client seaf-cli ===== ==== Benutzung ==== //Siehe auch https://github.com/haiwen/seafile/blob/master/app/seaf-cli // Eine Bibliothek //kopiert// man sich nach lokal mit: seaf-cli download -l "the id of the library" -s "the url + port of server" -d "the folder where the library folder will be downloaded" -u "username on server" -p "password" Will man eine Synchronisation so wählt man: seaf-cli sync -l "the id of the library" -s "the url + port of server" -d "the folder where the library folder will be downloaded" -u "username on server" -p "password" Die ID der Library (Bibliothek) erhält man wenn man diese im Webbrowser aufruft und die Zahl hinter /repo/ kopiert. Desynchronisierung einer Bibliothek: seaf-cli desync -d Erstellellen einer neuen Bibliothek: seaf-cli create -s -n -u -p -t [-e ] Auflisten der gesyncten Bibliotheken: seaf-cli list ===== Siehe auch ===== * [[owncloud]] * [[nextcloud]] ===== Weblinks ===== ==== seafile.com ==== * https://www.seafile.com * https://www.seafile.com/en/download/ * http://manual.seafile.com/index.html * https://github.com/haiwen/seafile ==== seafile.de ==== * https://seafile.de * https://support.seafile.de/schnellstart/ * https://forum.seafile.de/t/upgrading-seafile-server/4294