dropbox.py exclude only excludes what is added to the list. In other words, a list of blocked files/folders. If you dont add the exclusion, it will sync. Meaning you have to constantly keep it updated on what to not sync.
It would be neat if there was a whitelist variant, that only syncs the folders you want. Example syntax:
~/bin/dropbox.py whitelist add /server-data-003
^ Would only sync the files stored in server-data-003, and the folder name server-data-003 from the home directory of dropbox.
Please let me know if this makes sense.
dropbox.py exclude only excludes what is added to the list. In other words, a list of blocked files/folders. If you dont add the exclusion, it will sync. Meaning you have to constantly keep it updated on what to not sync.
It would be neat if there was a whitelist variant, that only syncs the folders you want. Example syntax:
~/bin/dropbox.py whitelist add /server-data-003
^ Would only sync the files stored in server-data-003, and the folder name server-data-003 from the home directory of dropbox.
Please let me know if this makes sense.