diff options
| author | rastkov <rastkov@gmail.com> | 2013-10-29 12:15:38 +0100 |
|---|---|---|
| committer | rastkov <rastkov@gmail.com> | 2013-10-29 12:15:38 +0100 |
| commit | 8318db90c5e8975e181735bf9c68b9bc0b54731e (patch) | |
| tree | 6df3ce1f5ce87f482c6e1d6c542f5d592f8035a5 | |
| parent | a40a733902eec7a8fa22364fa7bd741892bbab30 (diff) | |
Update rsync_tmbackup.sh
| -rw-r--r-- | rsync_tmbackup.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rsync_tmbackup.sh b/rsync_tmbackup.sh index df3413f..3328b83 100644 --- a/rsync_tmbackup.sh +++ b/rsync_tmbackup.sh @@ -40,7 +40,6 @@ fi NOW=$(date +"%Y-%m-%d-%H%M%S") DEST=$DEST_FOLDER/$NOW LAST_TIME=$(find $DEST_FOLDER -maxdepth 1 -type d -iname "*-*[0-9]" | sort | tail -n 1) -echo "############################################ $LAST_TIME" PREVIOUS_DEST=$LAST_TIME INPROGRESS_FILE=$DEST_FOLDER/backup.inprogress |
