hardcpy 0.1.0

Simple backup tool written in Rust
hardcpy-0.1.0 is not a library.

hardcpy

Simple backup tool written in Rust

Installation

Linux

Arch Linux

On Arch Linux you can simply install it from the AUR

git clone https://aur.archlinux.org/hardcpy-git.git
cd hardcpy-git
makepkg -si

Or you can use a wrapper such as yay

yay -S hardcpy-git

Other distributions

You can install it using cargo

Make sure you have cargo installed

You should be getting something like the following

$ cargo --version
cargo 1.80.0 (376290515 2024-07-16)

Then you can simply install it with the following command

cargo install hardcpy