Casync – A tool for distributing file system images
1–10 of 36 posts
Re: Casync – A tool for distributing file system images
#2By the way, both buzhash and SHA-256 are kinda poor choices for a new system, especially one that targets servers.
Re: Casync – A tool for distributing file system images
#3Re: Casync – A tool for distributing file system images
#4What is the difference between Casync & rclone ( https://rclone.org )?
casync also has fs composition, a multitude of recorded file attributes, automatic reflinking/hardlinking, uid/gid shifting, and so much more.
tl;dr: rclone is for files, casync is for entire filesystems/deployments.
Re: Casync – A tool for distributing file system images
#5If you read the internals description it could just as well be about Borg, very similar principles here, though the application is very different. By the way, both buzhash and SHA-256 are kinda poor choices for a new system, especially one that targets servers.
Maybe it wasn't geared for CDN delivery during restores but otherwise I've been impressed by borg so far (haven't deployed it in production, only played with it locally though).
https://github.com/borgbackup/borg
This is a description of the internal design:
Re: Casync – A tool for distributing file system images
#6What is the difference between Casync & rclone ( https://rclone.org )?
rclone is a nice cloud cloning solution for files and folders. casync is intended to clone and delta entire filesystems, in a way that makes them nicely deployable. rclone is very cloud focused while casync says nothing of the details of how images are served. casync also has fs composition, a multitude of recorded file attributes, automatic reflinking/hardlinking, uid/gid shifting, and so much more. tl;dr: rclone is…
Re: Casync – A tool for distributing file system images
#7Let the flamewars begin!
Re: Casync – A tool for distributing file system images
#8If you read the internals description it could just as well be about Borg, very similar principles here, though the application is very different. By the way, both buzhash and SHA-256 are kinda poor choices for a new system, especially one that targets servers.
Why?
Re: Casync – A tool for distributing file system images
#9Re: Casync – A tool for distributing file system images
#10If you read the internals description it could just as well be about Borg, very similar principles here, though the application is very different. By the way, both buzhash and SHA-256 are kinda poor choices for a new system, especially one that targets servers.
Yap borg is the first thing I thought of. It already does a lot of this an more: encryption, configurable encoding, a rolling hash computed by the Buzhash algorithm and so on. Maybe it wasn't geared for CDN delivery during restores but otherwise I've been impressed by borg so far (haven't deployed it in production, only played with it locally though). https://github.com/borgbackup/borg This is a description of the in…