Delete nested directory (without S3 gateway)

You can use this command

uplink ls --recursive sj://duplicatibackups/myfiles/ | sed -E 's/(.* ){4}//g' | xargs -P64 -Ifullname uplink rm "sj://duplicatibackups/fullname"
2 Likes