diff --git a/backup.sh b/backup.sh new file mode 100644 index 00000000..bd8b4ec6 --- /dev/null +++ b/backup.sh @@ -0,0 +1,5 @@ +#!/bin/bash +echo 'Backup started' +tar -czf backup.tar.gz /path/to/backup +# This is a backup script for important files +#Update