syncfast icon indicating copy to clipboard operation
syncfast copied to clipboard

A clone of rsync in Rust

Results 7 syncfast issues
Sort by recently updated
recently updated
newest added

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.11.0 to 1.13.1. Release notes Sourced from tokio's releases. Tokio v1.13.1 1.13.1 (November 15, 2021) This release fixes a data race when sending and receiving on a...

dependencies

Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.16.0 to 0.23.0. Release notes Sourced from rusqlite's releases. 0.21.0 Fix memory leak when using Statement.expanded_sql (#552) Fix segfault on prepare_cached with an empty query (#583) Handle...

dependencies

casync is a great alternative that I didn't know about: [blog](http://0pointer.net/blog/casync-a-tool-for-distributing-file-system-images.html), [source](https://github.com/systemd/casync)

I developed a small linux server backup application in flutter/dart that runs on a local windows machine, this application backs up servers via SSH/SFTP, but currently it only does full...

Something like: ``` $ syncfast index old/folder $ syncfast diff -o patch.bin old/folder/.syncfast.idx new/folder $ syncfast patch patch.bin old/folder ```

T-enhancement

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.11.0 to 1.18.4. Release notes Sourced from tokio's releases. Tokio v1.18.3 1.18.3 (September 27, 2022) This release removes the dependency on the once_cell crate to restore the...

dependencies