rusync2 0.10.0

Maintained fork of rusync: adds --include/--exclude filters and a --sleep-interval watch mode
1
2
3
4
5
//! The `rusync2` command; an alias for `rusync`.

fn main() -> anyhow::Result<()> {
    rusync::cli::run()
}