_dump/bak-server_to_archive.sh

10 lines
173 B
Bash
Raw Normal View History

2023-12-25 18:49:51 +01:00
#!/usr/bin/env zsh
BAK="/Data/_server"
rsync -zrhP --links --size-only --verbose --delete \
"/Servers/infra/var/www/gotosocial/storage/" \
"$BAK/gotosocial/storage"