From 17f766da29e8bb5d0d3b0bb2aad175966383e903 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Sun, 13 Feb 2022 14:34:09 -0500 Subject: [PATCH] Fix rclone command in backup.sh --- scripts/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup.sh b/scripts/backup.sh index 11bfc13..9992994 100644 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -4,4 +4,4 @@ mkdir -p backups zip -r -9 backups/plugins.zip plugins -DF --out backups/plugins-update.zip pg_dump -h localhost -U modmapper -Fc modmapper > backups/modmapper-$(date +'%Y-%m-%d').dump find backups/modmapper-*.dump -mtime +30 -type f -delete -rclone sync backups/* dropbox:modmapper \ No newline at end of file +rclone sync backups dropbox:modmapper \ No newline at end of file