From bc43abee15ba8634fba1d279a3c8378111501960 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 9 Jun 2020 10:06:11 +0200 Subject: update --- bin/bgc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/bgc') diff --git a/bin/bgc b/bin/bgc index 6ff6874..514b9ab 100755 --- a/bin/bgc +++ b/bin/bgc @@ -46,7 +46,7 @@ retention_delay() { } # sorted list of backups, most recent first -lbu=$(ssh bip ls /home/backup/swift | sort -r) +lbu=$(ssh bip ls -rv /home/backup/swift) for d in $lbu; do tsc=$(date2ts $d) if ! [ "$tsp" ]; then -- cgit v1.2.3