Crates.io | hardcpy |
lib.rs | hardcpy |
version | 0.2.1 |
source | src |
created_at | 2024-08-01 14:21:45.061926 |
updated_at | 2024-08-31 19:41:37.220744 |
description | Simple backup tool written in Rust |
homepage | https://github.com/obvMellow/hardcpy |
repository | https://github.com/obvMellow/hardcpy |
max_upload_size | |
id | 1322094 |
size | 106,632 |
Simple backup tool written in Rust
Install the latest binary from Releases
On Arch Linux you can install the pre-built binary from the AUR
git clone https://aur.archlinux.org/hardcpy-bin.git
cd hardcpy-bin
makepkg -si
pacman -U hardcpy-bin-{Insert Version}-x86_64.pkg.tar.zst
Or you can use a wrapper such as yay
yay -S hardcpy-bin
Run the following commands
git clone https://aur.archlinux.org/hardcpy-git.git
cd hardcpy-git
makepkg -si
pacman -U hardcpy-git-{Insert Version}-x86_64.pkg.tar.zst
Make sure you have cargo installed
You should be getting something like the following
$ cargo --version
cargo 1.80.0 (376290515 2024-07-16)
Clone the repo and build the project
git clone https://github.com/obvMellow/hardcpy.git
cd hardcpy
cargo build --release
You can simply install it with the following command
cargo install hardcpy
And make sure you have ~/.cargo/bin in your $PATH
export PATH=$HOME/.cargo/bin:$PATH