aboutsummaryrefslogtreecommitdiffstats
path: root/profiles/backup-cleanup
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@alpinelinux.org>2018-01-29 15:31:27 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-01-29 15:35:06 +0000
commit05f986658bc04e2dc514b2c3e7777007cb6fb65c (patch)
treedb49882a6aac4ea68b7fa6285c340c09466abcc5 /profiles/backup-cleanup
downloadalpine-backup-05f986658bc04e2dc514b2c3e7777007cb6fb65c.tar.bz2
alpine-backup-05f986658bc04e2dc514b2c3e7777007cb6fb65c.tar.xz
Initial commit
Diffstat (limited to 'profiles/backup-cleanup')
-rwxr-xr-xprofiles/backup-cleanup4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/backup-cleanup b/profiles/backup-cleanup
new file mode 100755
index 0000000..b590b22
--- /dev/null
+++ b/profiles/backup-cleanup
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+echo "Removing mysqldump file"
+rm -f $BACKUP_CACHE/mysql.sql