mirror of https://github.com/jimsalterjrs/sanoid
fixed snapshot suffix
This commit is contained in:
parent
9a6cdb8543
commit
c1f7cd4241
2
sanoid
2
sanoid
|
|
@ -381,7 +381,7 @@ sub take_snapshots {
|
|||
# update to most current possible datestamp
|
||||
%datestamp = get_date();
|
||||
# print "we should have had a $type snapshot of $path $maxage seconds ago; most recent is $newestage seconds old.\n";
|
||||
push(@newsnaps, "$path\@autosnap_$datestamp{'sortable'}_${dateSuffix}_$type");
|
||||
push(@newsnaps, "$path\@autosnap_$datestamp{'sortable'}${dateSuffix}_$type");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue