Merge pull request #110 from Loki3000/master

Fix work with symlink as a destination
This commit is contained in:
Laurent Cozic
2018-02-23 09:53:45 +00:00
committed by GitHub
+1 -1
View File
@@ -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() {