Skip to content

aashishksahu/SigmaBackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SigmaBackup

sigma_gpg.sh

Uses only GPG to encrypt files using the SHA512 s2k key derivation and AES-256-CFB symmetric encryption

To create a backup from a directory
    sigma_backup.sh -c /path/to/directory"
To restore from a backup
    sigma_backup.sh -r /path/to/file.tar.gpg"

sigma_age.sh

Uses Age to encrypt files

Format Specification

To create a backup from a directory
    sigma_age.sh -c /path/to/directory"
To restore from a backup
    sigma_age.sh -r /path/to/file.tar.age"

page.ps1

Powershell alternative for sigma_age.sh

To create a backup from a directory
    page.ps1 -c /path/to/directory"
To restore from a backup
    page.ps1 -r /path/to/file.tar.age"

About

Bash & Powershell utility to backup folders using gpg and age

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages