mirror of
https://github.com/laurent22/rsync-time-backup
synced 2024-11-10 14:14:16 +00:00
Whitespace fix, oops.
This commit is contained in:
parent
12deac25d6
commit
324a3ffc9a
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ while [ "1" ]; do
|
|||
# Purge certain old backups before beginning new backup.
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
# Default value for $prev ensures that the most recent backup is never deleted.
|
||||
# Default value for $prev ensures that the most recent backup is never deleted.
|
||||
prev="0000-00-00-000000"
|
||||
for fname in $(fn_find_backups | sort -r); do
|
||||
date=$(basename "$fname")
|
||||
|
|
Loading…
Reference in a new issue