Skip to content

paulmillr/backup

Repository files navigation

paulmillr/backup

Backup of all my relevant projects in a single signed file.

Mirrors:

Usage

# Verify checksums
cat shasum.txt
gpg --verify shasum.txt.asc

# Calculate checksums, sign
rm shasum.txt shasum.txt.asc
shasum -a 256 *.xz* > shasum.txt
gpg --detach-sign --armor --sign shasum.txt

## Archives
## --------

# Verify, unpack into separate directory
title='2025.06.20'
tar -xf $title.tar.xz

# Create archive
node list-clonable-repos.js
# clone ...
XZ_OPT=-9 tar -Jcvf "$title.tar.xz" "$title"

About

Backup of all my projects in a single signed file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published