/salvage

Automated Backup Solution created with Next.js, Rust and Tauri.

Primary LanguageTypeScriptMIT LicenseMIT

Salvage Title

Copy files comfortably and automate your backups.

Bootstrapped with create-tauri-app

Salvage

Salvage

Tech Stack

Features

  • Automatically monitor files
  • Copy monitored files when changes occur
  • Create a List of Exclusions
  • Monitor Logs

Running Locally

  1. Follow the Tauri Prerequisites guide and install Rust and Tauri

  2. Clone the repository

    git clone https://github.com/RenanSui/salvage.git
  3. Install dependencies using pnpm

    pnpm install
  4. Start the development server

    pnpm tauri dev
  5. Build for production

    pnpm tauri build

How do I deploy this?

Follow the deployment guides for Tauri for more information.

License

Licensed under the MIT License. Check the LICENSE file for details.