Arc676 / rsBackup

An rsync wrapper backup utility program in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An rsync wrapper backup utility program in Rust

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%