casync icon indicating copy to clipboard operation
casync copied to clipboard

Content-Addressable Data Synchronization Tool

Results 85 casync issues
Sort by recently updated
recently updated
newest added

A client may avoid a login prompt when accessing a basic access authentication by prepending username:password@ to the hostname in the URL. This PR adds support for unsafe ASCII characters...

I'm hosting a 592 MB chunk store on a remote machine using Python 3.7.1's http.server. A casync extract on a Raspberry Pi 3 fails with a broken pipe error. ```...

bug

If the toplevel directory of a tree is a subvolume, `mkdir_or_mksubvol()` never seems to get called for it, so it is not created as subvolume. However `ca_decoder_finalize_child()` checks the subvolume...

It is important that a restore produce an exact copy of the backup-ed data (especially when doing container backup). Seems the current catar implementation does not correctly restore hardlinks, and...

RFE

I'd like to have a casync store on hosts with standard authentication measures in place - in my particular case https client certificates, though http basic auth would also make...

Would it please be possible to supporting building casync on macOS too? What, if any, would the major hurdles be to support building on macOS?

currently if you have more than one *.caidx sharing a castr, there is no straight forward way to rsync the list of objects mapped by a single/select *.caidx Perhaps an...

RFE

Hello, this is a more complicated Issue. Let me explain, what we want to do: - We have a number of clients, that should work as a kiosk system -...

This pull request fixes some issues I ran into when trying to build casync against musl libc (though not all, a few still remain). I believe these changes should be...

This PR supersedes #230 by moving testing into Travis CI, so we can test casync on multiple architectures. Currently it runs on: - x86_64 - x86 - s390x - ppc64le...