24092024-1

This commit is contained in:
fz0x1 2024-09-24 19:53:09 +02:00
parent 783098951b
commit 5031652728
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
3 changed files with 8 additions and 2 deletions

7
global/scripts/bin/backup_keys Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env sh
backup_dir="$HOME/backup-keys-$(date +%d%m%Y%H%M%S)"
mkdir "$backup_dir"
cp -rf ~/.gnupg "$backup_dir/gnupg"
cp -rf ~/.ssh "$backup_dir/ssh"

View file

@ -1 +0,0 @@
../.dotfiles/global/scripts/vimwiki_diary_template