Update docs to remove obsolete bug - fixes #21
This commit is contained in:
parent
3d83a265c5
commit
20535348db
2 changed files with 6 additions and 1 deletions
|
@ -132,7 +132,6 @@ COPYING file included in this package).
|
||||||
Bugs
|
Bugs
|
||||||
----
|
----
|
||||||
|
|
||||||
* Doesn't sync individual files yet, only directories.
|
|
||||||
* Drive: Sometimes get: Failed to copy: Upload failed: googleapi: Error 403: Rate Limit Exceeded
|
* Drive: Sometimes get: Failed to copy: Upload failed: googleapi: Error 403: Rate Limit Exceeded
|
||||||
* quota is 100.0 requests/second/user
|
* quota is 100.0 requests/second/user
|
||||||
* Empty directories left behind with Local and Drive
|
* Empty directories left behind with Local and Drive
|
||||||
|
|
|
@ -38,6 +38,12 @@ Todo
|
||||||
* Need to make directory objects otherwise can't upload an empty directory
|
* Need to make directory objects otherwise can't upload an empty directory
|
||||||
* Or could upload empty directories only?
|
* Or could upload empty directories only?
|
||||||
|
|
||||||
|
More rsync features
|
||||||
|
* include
|
||||||
|
* exclude
|
||||||
|
* max size
|
||||||
|
* bandwidth limit
|
||||||
|
|
||||||
Ideas
|
Ideas
|
||||||
* could do encryption - put IV into metadata?
|
* could do encryption - put IV into metadata?
|
||||||
* optimise remote copy container to another container using remote
|
* optimise remote copy container to another container using remote
|
||||||
|
|
Loading…
Reference in a new issue