From 9c9a4edb1bdd72ad57e273e2f7e2d496b216de6d Mon Sep 17 00:00:00 2001 From: Naglfar Date: Sun, 20 Dec 2020 00:23:09 +0100 Subject: [PATCH] file deleted by tar --- roles/shell/files/usr/local/bin/backup | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/shell/files/usr/local/bin/backup b/roles/shell/files/usr/local/bin/backup index 78c40b98..304317bc 100644 --- a/roles/shell/files/usr/local/bin/backup +++ b/roles/shell/files/usr/local/bin/backup @@ -31,4 +31,3 @@ chown root:sudo $PATH/$DATE*.tgz chmod 640 $PATH/*.tgz find $PATH -name "*.tgz" -mtime +3 -exec rm {} \; -rm $PATH/all_databases.sql