diff options
Diffstat (limited to 'bin/bgc')
| -rwxr-xr-x | bin/bgc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
