backup-suite 1.0.1

Fast, secure & intelligent local backup tool with AES-256 encryption and Zstd compression
Documentation
# Auto detect text files and perform LF normalization
* text=auto

# Rust source files
*.rs text eol=lf

# Documentation
*.md text eol=lf
*.txt text eol=lf

# Configuration files
*.toml text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
*.json text eol=lf

# Shell scripts
*.sh text eol=lf

# Git config
.gitignore text eol=lf
.gitattributes text eol=lf

# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.webp binary

# Archives
*.zip binary
*.tar binary
*.gz binary
*.zst binary

# Compiled files
*.exe binary
*.dll binary
*.so binary
*.dylib binary

# Cargo
Cargo.lock linguist-generated=true