-
Notifications
You must be signed in to change notification settings - Fork 26
Command line arguments
-h
, --help
- Show help text related to running serversync from the command line
-a
, --address=127.0.0.1
- The address of the server to connect to, this is only relevant when running in client mode.
-p
, --port=12345
- The port of the server to connect to, this is only relevant when running in client mode.
-o
, --progress
- Run the client in 'progress only' mode, this will show the GUI but will auto sync and close once complete.
-q
, --silent
- Run in client mode without any GUI, i.e. headless
-s
, --server
- Run in server mode.
-i
, --ignore
- A glob pattern or series of patterns to ignore during the sync process, for clients this will ignore files during the delete phase, for servers this will stop files from being sent to clients. This will replace the patterns specified in the config file.
How to guides
- Quick start guide
- Server setup
- Redirecting files
- Using the command line
- Excluding files from sync or deletion
- Banning clients
Multiple profile management
Troubleshooting