6 lines
151 B
Bash
Executable File
6 lines
151 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
echo "[$(date)] Starting config backup"
|
|
echo "Backing up /etc configuration files"
|
|
echo "[$(date)] Config backup completed" |