Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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