Add note for using rsync.

This commit is contained in:
Pascal Obry
2016-10-16 11:34:15 +02:00
parent 7f79da96c5
commit 908994462e
+7 -2
View File
@@ -79,6 +79,11 @@ USE AS NON-ROOT:
$ fusermount -u [chemin]
USE with rsync:
HubiC protocol has no support for renaming. So be sure to use the
--inplace option to avoid a second upload for every uploaded object.
BUGS/SHORTCOMINGS:
* A segment size is limited to 5Gb (this is not hubicfuse limit, but HubiC implementation).
@@ -94,8 +99,8 @@ BUGS/SHORTCOMINGS:
"application/directory".
* Cloud Files limits container and object listings to 10,000 items.
cloudfuse won't list more than that many files in a single directory.
* File copy progress when uploading does not work, progress is shown when file
is copied in local cache, then upload operation happens at 100%
* File copy progress when uploading does not work, progress is shown when
file is copied in local cache, then upload operation happens at 100%
Recent additions/fixes:
* Support for atime, mtime, chmod, chown.