Skip to content

A simple and efficient backup tool written in Rust to compress and backup your notes folder.

Notifications You must be signed in to change notification settings

tsukuricase/notes-keeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes-keeper

A simple and efficient backup tool written in Rust to compress and backup your notes folder.

Features

  • 🗂️ Compress notes folder into a ZIP file.
  • 📂 Save backups to a specified directory.
  • 🔔 Desktop notifications on completion.
  • 🚀 Support for incremental backups (future plan).

Installation

  1. Clone the repository:
git clone https://github.com/Jalever/notes-keeper.git
cd notes-keeper
  1. Build the project:
cargo build --release
  1. Run the tool:
./target/release/notes-keeper

Configuration

  1. Copy the example config file:
cp config.example.toml config.toml
  1. Edit config.toml with your paths:
[paths]
notes_folder = "/path/to/your/notes"
backup_folder = "/path/to/your/backup"

About

A simple and efficient backup tool written in Rust to compress and backup your notes folder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages