mirror of
https://github.com/laurent22/rsync-time-backup
synced 2024-12-04 17:39:10 +00:00
Fix work with symlink as a destination
https://github.com/laurent22/rsync-time-backup/issues/92
This commit is contained in:
parent
5aac62cfc0
commit
80c4d26573
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ fn_parse_date() {
|
|||
}
|
||||
|
||||
fn_find_backups() {
|
||||
fn_run_cmd "find "$DEST_FOLDER" -maxdepth 1 -type d -name \"????-??-??-??????\" -prune | sort -r"
|
||||
fn_run_cmd "find "$DEST_FOLDER/" -maxdepth 1 -type d -name \"????-??-??-??????\" -prune | sort -r"
|
||||
}
|
||||
|
||||
fn_expire_backup() {
|
||||
|
|
Loading…
Reference in a new issue