1
0
Fork
You've already forked backup
0
No description
  • JavaScript 100%
2026年01月14日 02:09:56 +00:00
2024年07月03日-noble-scure.tar.xz Start 2024年10月25日 21:50:44 +00:00
2024年07月03日.tar.xz Start 2024年10月25日 21:50:44 +00:00
2025年01月26日-noble-scure.tar.xz 2025年01月26日 2025年01月26日 13:48:26 +00:00
2025年01月26日.tar.xz 2025年01月26日 2025年01月26日 13:48:26 +00:00
2025年06月20日-noble-scure.tar.xz 2025年06月20日 2025年06月20日 16:25:14 +00:00
2025年06月20日.tar.xz 2025年06月20日 2025年06月20日 16:25:14 +00:00
2026年01月14日-noble.tar.xz 2026年01月14日 2026年01月14日 02:09:56 +00:00
2026年01月14日.tar.xz 2026年01月14日 2026年01月14日 02:09:56 +00:00
list-clonable-repos.js 2026年01月14日 2026年01月14日 02:09:56 +00:00
README.md 2026年01月14日 2026年01月14日 02:09:56 +00:00
shasum.txt 2026年01月14日 2026年01月14日 02:09:56 +00:00
shasum.txt.asc 2026年01月14日 2026年01月14日 02:09:56 +00:00

paulmillr/backup

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

Mirrors:

Excluded projects

Test vectors & some dotfiles are excluded (>100MB git file limit), clone manually:

git clone git@github.com:paulmillr/acvp-vectors.git
git clone git@github.com:paulmillr/eth-vectors.git
git clone git@github.com:paulmillr/qr-code-vectors.git
git clone git@github.com:paulmillr/noble-hashes-vectors.git
git clone git@github.com:paulmillr/post-quantum-vectors.git
git clone git@github.com:paulmillr/dotfiles-vsix.git

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='2026年01月14日'
tar -xf $title.tar.xz
# Create archive
node list-clonable-repos.js
# clone ...
XZ_OPT=-9 tar -Jcvf "$title.tar.xz" "$title"