Este commit está contenido en:
Your Name
2020-05-27 17:41:14 +00:00
commit bff2789ec0
Se han modificado 17 ficheros con 302 adiciones y 0 borrados

9
scripts/backup-cloud.sh Archivo normal
Ver fichero

@@ -0,0 +1,9 @@
#!/bin/bash
tar --exclude=./opt/docker/doom/games/web \
--exclude=./registry/registry \
--exclude=./backups \
--exclude=./mastodon/mastodon/media_attachments \
--exclude=./pleroma/pleroma/uploads \
--exclude=./gnusocial/gnusocial/files \
--exclude=*.old \
-Jpcf - /opt/docker | ssh -p22222 orangepi@orangepi.manalejandro.com "cat > /mnt/docker-compose-cloud-$(date +%d%m%Y).tar.xz"