aboutsummaryrefslogtreecommitdiffstats
path: root/profiles/backup-list
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/backup-list')
-rwxr-xr-xprofiles/backup-list4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/backup-list b/profiles/backup-list
new file mode 100755
index 0000000..30afb37
--- /dev/null
+++ b/profiles/backup-list
@@ -0,0 +1,4 @@
+#!/bin/sh
+echo "Files included in this backup:"
+apk audit --backup --quiet --recursive --check-permissions
+echo ""