Dropbox is a no no for one simple reason - there is no end to end encryption. Unless I don't know something? I wouldn't want a disgruntled employee to fiddle with my files.
Just sync an encrypted image if your threat model includes disgruntled employees motivated enough to mess with your account.
My one-liner Linux Dropbox client
21–30 of 165 posts
Re: My one-liner Linux Dropbox client
#22Re: My one-liner Linux Dropbox client
#23Re: My one-liner Linux Dropbox client
#24Re: My one-liner Linux Dropbox client
#25Re: My one-liner Linux Dropbox client
#26Re: My one-liner Linux Dropbox client
#27> Recently, the proprietary Dropbox Linux client dropped support for all Linux file systems except unencrypted ext4. What the heck. Anyone has more information about that? Any announcement? And why would it fail to work on an encrypted (LUKS?) ext4 FS when encryption seemed to me to sit below the filesystem (since AFAIK ext4 doesn't support encryption itself)?
Re: My one-liner Linux Dropbox client
#28Since it is being used with systemd a systemd path unit could be used to monitor the file system removing the need to use entr.
Re: My one-liner Linux Dropbox client
#29Why does the client care which filesystem you use???
Different supported features make it easier to maintain such a client. Example: Some filesystems notify observers on file change, some don't.
Re: My one-liner Linux Dropbox client
#30I setup Syncthing [1] to do the same for my vimwiki folder. It was surprisingly easy, and doesn't require any external storage services. And it can even automatically sync files without internet, over the local network. [1] https://syncthing.net/