mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Add time stamp to backup script
This commit is contained in:
parent
0bf4ea56bd
commit
6af26472c0
@ -1,5 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# time stamp
|
||||||
|
printf "Backup started at:\n "
|
||||||
|
date
|
||||||
|
|
||||||
# base setup
|
# base setup
|
||||||
SCRIPT_PATH=$(realpath $0)
|
SCRIPT_PATH=$(realpath $0)
|
||||||
SCRIPT_DIR=$(dirname $SCRIPT_PATH)
|
SCRIPT_DIR=$(dirname $SCRIPT_PATH)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user