mirror of
https://github.com/laurent22/rsync-time-backup
synced 2024-12-14 14:12:29 +00:00
Redundant.
This commit is contained in:
parent
45875055a4
commit
4da7172099
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ KEEP_DAILIES_DATE=$(($EPOCH - 2678400)) # 31 days ago
|
||||||
|
|
||||||
export IFS=$'\n' # Better for handling spaces in filenames.
|
export IFS=$'\n' # Better for handling spaces in filenames.
|
||||||
PROFILE_FOLDER="$HOME/.rsync_tmbackup"
|
PROFILE_FOLDER="$HOME/.rsync_tmbackup"
|
||||||
LOG_FILE="$PROFILE_FOLDER/$NOW.log"
|
|
||||||
DEST=$DEST_FOLDER/$NOW
|
DEST=$DEST_FOLDER/$NOW
|
||||||
PREVIOUS_DEST=$(fn_find_backups | head -n 1)
|
PREVIOUS_DEST=$(fn_find_backups | head -n 1)
|
||||||
INPROGRESS_FILE=$DEST_FOLDER/backup.inprogress
|
INPROGRESS_FILE=$DEST_FOLDER/backup.inprogress
|
||||||
|
|
Loading…
Reference in a new issue