File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
sudo -u postgres /usr/bin/pg_dump progcom > /opt/progcom-backup/db/progcom-db-` date +%Y-%m-%d_%H-%M-%S` .sql
4
4
5
- /opt/tarsnap/bin/tarsnap -c --keyfile /root/tarsnap.key --cachedir /opt/progcom-backup-cache -f progcom-` date +%Y-%m-%d_%H-%M-%S` /opt/progcom-backup && curl https://nosnch.in/0540fdd2ae > /dev/null
5
+ /opt/tarsnap/bin/tarsnap -c --keyfile /root/tarsnap.key --cachedir /opt/progcom-backup-cache -f progcom-` date +%Y-%m-%d_%H-%M-%S` /opt/progcom-backup && curl https://nosnch.in/c5fce6f393 > /dev/null
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- /usr/bin/envdir /opt/progcom-envdir/ /opt/progcom-venv/bin/python /opt/progcom/pull_updates.py && curl https://nosnch.in/2c44c566ad > /dev/null
3
+ /usr/bin/envdir /opt/progcom-envdir/ /opt/progcom-venv/bin/python /opt/progcom/pull_updates.py && curl https://nosnch.in/e71a3f17a8 > /dev/null
You can’t perform that action at this time.
0 commit comments