mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
fix name
This commit is contained in:
@@ -24,6 +24,6 @@ docker service scale minecraft_waterfall=1
|
||||
echo "$(date) Creating achive..."
|
||||
tar -c --exclude orebfuscator_cache --exclude civmodcore_cache --exclude postgresdata /opt/backups/sync | zstd -T0 -8 -o $backupname
|
||||
echo "$(date) Copying backup to longterm..."
|
||||
sshpass -p "{{secret.backup.archive_password}}" rsync -a $backup {{secret.backup.archive_name}}
|
||||
sshpass -p "{{secret.backup.archive_password}}" rsync -a $backupname {{secret.backup.archive_name}}
|
||||
|
||||
echo "$(date) Backup finished!"
|
||||
|
||||
Reference in New Issue
Block a user