La CLI oficial de Dropbox tiene una opción de exclusión .
En Linux, Dropbox tiene un cliente ( dropbox
) y un deamon ( dropboxd
).
El cliente tiene el exclude
comando, que puede usar para excluir directorios. Por ejemplo, para excluir node_modules de Dropbox, puede ingresardropbox exclude add ./node_modules
dropbox help exclude
imprimirá la información de ayuda:
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.