diff options
| -rwxr-xr-x | dot-backup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot-backup.sh b/dot-backup.sh index 463f783..567d6c8 100755 --- a/dot-backup.sh +++ b/dot-backup.sh @@ -187,6 +187,7 @@ beginswith() { [[ "$2" == "$1"* ]]; } lastupdate() { D=$(date) echo "Last update: $D" > "${DEFAULT_OUTPUT_DIR}/lastupdate" + date +%s > "${DEFAULT_OUTPUT_DIR}/lastupdate.epoch" } log_verbose() { |
