อย่างเป็นทางการ Dropbox CLI มีตัวเลือกไม่รวม
บน Linux Dropbox มีไคลเอนต์ ( dropbox
) และ deamon ( 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.