Skip to content

Soluce-Technologies/rsave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSave

A command-line interface (CLI) tool written in Rust to save date into object storage

Installation

Prerequisites

  • Rust (version 1.65 or higher)
  • Docker installed and running
  • Cargo (included with Rust)

Install from Crates.io

cargo install rsave

Build from Source

  1. Clone the repository:

    git clone https://github.com/Soluce-Technologies/rsave.git
    cd rsave
  2. Build and install:

    cargo build --release
    cargo install --path .

Usage

Run rsave

rsave --help

error: linker cc not found

sudo apt update sudo apt install build-essential

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages