Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 778 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 778 Bytes

rsBackup

A backup utility written in Rust. It runs rsync with flags based on information given in configuration files. The repository also includes a GUI application for editing configuration files for use with the command line utility. The editor uses egui and eframe for the UI.

License

Project available under GPLv3. See LICENSE for the full license text. The egui crate is available under Apache 2.0 or MIT. Some code for this project was taken from the public eframe template. No license is provided here (assuming free to use for whatever purpose, given that it's a public template). The full MIT and Apache licenses for egui are available in egui-MIT and egui-Apache.