Skip to content

Commit

Permalink
Update backup-cron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe authored Apr 22, 2023
1 parent 8e85b9e commit c00bd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup/backup-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
args:
- /bin/sh
- -c
- apk add --no-cache lftp curl tar zstd; cd /tmp_dir; tar -c -I 'zstd -19 -T1' -vf backup.tar.zst /data; lftp -u ${USER},${PASSWORD} dedibackup-dc3.online.net
- apk add --no-cache lftp curl tar zstd; cd /tmp_dir; tar -c -I 'zstd -3 -T1' -vf backup.tar.zst /data; lftp -u ${USER},${PASSWORD} dedibackup-dc3.online.net
-e 'put backup.tar.zst -o /backups/backup_neo.tar.zst; mv backups/backup_neo.tar.zst backups/backup.tar.zst; bye' && curl https://hc-ping.com/9e922a32-947e-4f5c-9359-25d205531347
env:
- name: USER
Expand Down

0 comments on commit c00bd3b

Please sign in to comment.