My one-liner Linux Dropbox client
51–60 of 165 posts
Re: My one-liner Linux Dropbox client
#52Dropbox 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.
Re: My one-liner Linux Dropbox client
#53Dropbox 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.
After e2e encryption, my second largest feature request is a .dropboxignore file I don't understand why they don't have it even after all these years.
That only supports excluding directories not individual files, and the actual list of exclusions is buried in some local binary config both of which are moderate annoyances - perhaps those are your qualms?
Re: My one-liner Linux Dropbox client
#54> 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)?
Doesn’t work on ZFS either. I dropped Dropbox because of this.
Re: My one-liner Linux Dropbox client
#55> 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)?
I'm not a an active dropbox user but I find this very surprising. Next question is, why wouldn't they open source the client libraries? Supporting many platforms is already a huge task.
Re: My one-liner Linux Dropbox client
#56Re: My one-liner Linux Dropbox client
#57Earlier quoted context omitted.
Doesn’t work on ZFS either. I dropped Dropbox because of this.
Why would an application like this care what file system it’s running on?
Re: My one-liner Linux Dropbox client
#58Earlier quoted context omitted.
Doesn’t work on ZFS either. I dropped Dropbox because of this.
Why would an application like this care what file system it’s running on?
I guess power users are not the target market.