Dropbox CLI chính thức có một tùy chọn loại trừ .
Trên Linux Dropbox có client ( dropbox
) và deamon ( dropboxd
).
Máy khách có exclude
lệnh mà bạn có thể sử dụng để loại trừ các thư mục. Ví dụ: để loại trừ node_modules khỏi Dropbox, bạn có thể nhậpdropbox exclude add ./node_modules
dropbox help exclude
sẽ in thông tin trợ giúp:
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.