213 - Wie lässt sich der LRZ Sync+Share-Client ohne grafische Oberfläche auf Linux starten?
Tested with Debian 11 and Ubuntu 20.04 LTS (*.deb
-Installer)
To run the LRZ Sync+Share client from the command line – without a graphical window – you can proceed as described below.
First, change to the LRZ Sync+Share installation directory (see FAQ 201):
cd /usr/share/LRZ_Sync_Share
To start the LRZ Sync+Share client in the "headless" mode (option -s
):
jre/bin/java -jar LRZ_Sync_Share.jar -s -u <username> -p <password>
One-liner:
/usr/share/LRZ_Sync_Share/jre/bin/java -jar /usr/share/LRZ_Sync_Share/LRZ_Sync_Share.jar -s -u <username> -p <password>
Related contents
- PowerFolder - Configuring headless clients (English, last visited: )
- FAQ 106 - When do I need the LRZ Sync+Share client?
- FAQ 201 - What are the installation and configuration paths?
- FAQ 208 - What are the checksums of the LRZ Sync+Share client installation packages?
- FAQ 211 - How do I autostart the LRZ Sync+Share client on Ubuntu Linux?
- FAQ 212 - How do I autostart the LRZ Sync+Share client on Debian Linux?