This commit is contained in:
lykos@d125a37d89b1cfac20829f12911656c40cb70018 2020-02-06 06:56:41 +00:00 committed by admin
parent 5c57440482
commit 227206c089

View file

@ -0,0 +1 @@
I've implemented true resumable upload in git-annex-remote-googledrive which means that uploads can, just as downloads, be resumed at any point, even within one chunk. However, it currently does not work with encrypted files (or chunks) due to the non-deterministic nature of GPG. In order to make this feature useable on encrypted files, I propose to not overwrite encrypted files which are already present inside the `tmp` directory.