Florent Thiery
Florent Thiery
Can you try without running ./autogen.sh ? My understanding is that dpkg-buildpackage should be enough (and should run autogen), don't you agree ?
I agree, but then release tarballs should be made available (with the configure files generated with make dist), at least accordingly to http://stackoverflow.com/questions/31359171/git-buildpackage-doesnt-call-configure-why So there are 3 options - add...
Is the `/cloud/project/{project}/usage/` API endpoint supported already, or is this issue about supporting it ?
This would be related to OIO-FS support, right ?
This is extremely needed IMO. Not a reason not to try, but some stuff is impossible to simulate unfortunately (e.g. https://github.com/laurent22/rsync-time-backup/issues/64) Thanks for working on that
Should that issue not be closed ?
Seems related to https://github.com/laurent22/rsync-time-backup/issues/64 ; in https://github.com/laurent22/rsync-time-backup/pull/209 such errors can be detected, and the resulting backup would not be considered successful.
Having a similar issue; i'm using rsync tmbackup over ssh to backup remote hosts. If the host is down once during a backup, rsync_tmbackup will create an empty folder nonetheless,...
I think that in my case, the timeout happens during rsync (with an open connexion), not before.
Tried again, ``` rsync -D --numeric-ids --links --hard-links --one-file-system --itemize-changes --times --recursive --perms --owner --group --timeout 10 --log-file test.log /data/ . ... some files transferred [sender] io timeout after 10...