lmdb examples

This commit is contained in:
2024-06-25 22:29:17 +03:00
parent b9059af19f
commit 240151ecee
3 changed files with 305 additions and 1 deletions

View File

@ -3,10 +3,12 @@
IN=./public/
DIR=Sites/iiiypuk.me/www/
hugo && rsync -avz --delete \
./hugo && rsync -avz --delete \
--exclude 'ytcg' \
--exclude 'chola' \
--exclude 'y' \
--exclude 'a.html' \
--exclude 'DeusEx.png' \
${IN} kvm5:~/${DIR}
exit 0