Skip to content

Instantly share code, notes, and snippets.

@epcim
Created March 17, 2023 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save epcim/224bd5507719b9bd253f1a43a7ff7488 to your computer and use it in GitHub Desktop.
Save epcim/224bd5507719b9bd253f1a43a7ff7488 to your computer and use it in GitHub Desktop.
croc, age - sync files
tar cvJ /etc/vpm/ | age -r $(curl -qsSL https://f.apealive.net/pub/$USER.age.pub) | croc send
Receiving side
# cat croc-stdin-2310548854 | age -d -i <(pass show age-$USER-public) | tar xvJ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment