You can download our Insync 3 Headless/Server builds here.
Installation
To install Insync on your Linux machine, run sudo apt install ./[BUILD INSTALLER]
or sudo yum install ./[BUILD INSTALLER]
To run Insync after installation: insync-headless start
.
To add your account, please follow these steps:
Go to connect.insynchq.com/auth?cloud=gd (Google Drive), connect.insynchq.com/auth?cloud=od (OneDrive), or connect.insynchq.com/auth?cloud=dx (Dropbox).
Allow Insync access
Copy the given code
On your terminal, type in
insync-headless account add -a [code] -c [cloud]
.
*With CODE as the code you’re given on step 4. The step above will always fail without -a [CODE]
.
You should be logged in by now! Welcome to Insync headless!
What's next? Assign your machine to your subscription by following this guide.
List of commands
Here are the app commands you’ll need. The main format when running commands is: insync-headless [OPTIONS] COMMAND [ARGS]...
To use the following basic commands, type insync-headless [command]
. For example, insync-headless account
.
Options:
--help
to show this message and exit. All commands have a--help
option which can be added after the command. For example,insync-headless account --help
.
Commands:
account
to manage your accountschangelog
to view change logconfig
to manage app settingsconflict
to resolve conflicts and set automatic resolution optionserror
to manage and resolve errors and items that require attentionexport-option
to manage the export option (for Google-format files)get-proxy
to manage current proxy settingsignore-rules
to manage rules for an account to ignore specific files from syncingpause
to pause syncing (for all accounts)quit
to quit the appresume
resume syncing (for all accounts)selective-sync
to selectively sync cloud files to localset-proxy
to set proxy settings.\start
to start Insyncstatus
to get the overall app status, or per-file sync status.
Starting as root or as a regular user
We recommend starting up Insync-headless as a regular user. In case you prefer to start it as root, you need to add QTWEBENGINE_DISABLE_SANDBOX=1
before starting Insync 3 Headless.
To know more, go back here and look for the section on Insync 3 Headless.