Офіційний Dropbox CLI має можливість виключення .
На Linux Dropbox є клієнт ( dropbox
) і димон ( dropboxd
).
У клієнта є exclude
команда, яку ви можете використовувати для виключення каталогів. Наприклад, щоб виключити node_modules з Dropbox, який ви можете ввестиdropbox exclude add ./node_modules
dropbox help exclude
надрукує довідкову інформацію:
dropbox exclude [list]
dropbox exclude add [DIRECTORY] [DIRECTORY] ...
dropbox exclude remove [DIRECTORY] [DIRECTORY] ...
"list" prints a list of directories currently excluded from syncing.
"add" adds one or more directories to the exclusion list, then resynchronizes Dropbox.
"remove" removes one or more directories from the exclusion list, then resynchronizes Dropbox.
With no arguments, executes "list".
Any specified path must be within Dropbox.