10 líneas
383 B
Bash
10 líneas
383 B
Bash
#!/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"
|