-
Notifications
You must be signed in to change notification settings - Fork 801
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move options of nextcloudcmd for easier changes.
Signed-off-by: Sandro Knauß <[email protected]>
- Loading branch information
Showing
3 changed files
with
37 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
``--path`` | ||
Overrides default remote root folder to a specific subfolder on the server(e.g.: /Documents would sync the Documents subfolder on the server) | ||
|
||
``--user``, ``-u`` `<user>` | ||
Use ``user`` as the login name. | ||
|
||
``--password``, ``-p`` `<password>` | ||
Use `password` as the password. | ||
|
||
``-n`` | ||
Use :manpage:`netrc(5)` for login. | ||
|
||
``--non-interactive`` | ||
Do not prompt for questions. | ||
|
||
``--silent``, ``--s`` | ||
Inhibits verbose log output. | ||
|
||
``--trust`` | ||
Trust any SSL certificate, including invalid ones. | ||
|
||
``--httpproxy`` `http://[user@pass:]<server>:<port>` | ||
Uses `server` as HTTP proxy. | ||
|
||
``--exclude`` `<file>` | ||
Exclude list file | ||
|
||
``--unsyncedfolders`` `<file>` | ||
File containing the list of unsynced folders (selective sync) | ||
|
||
``--max-sync-retries`` `<n>` | ||
Retries maximum n times (defaults to 3) | ||
|
||
``-h`` | ||
Sync hidden files,do not ignore them |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters