Resmi Dropbox CLI'nın bir hariç tutma seçeneği vardır .
Linux'ta Dropbox'ın bir istemcisi ( dropbox
) ve bir deamonu ( dropboxd
) vardır.
İstemci, exclude
dizinleri hariç tutmak için kullanabileceğiniz bir komuta sahiptir . Örneğin, node_modules'ü Dropbox'tan hariç tutmak içindropbox exclude add ./node_modules
dropbox help exclude
yardım bilgilerini yazdıracaktır:
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.