Open vbatts opened 5 years ago
currently if you have more than one .caidx sharing a castr, there is no straight forward way to rsync the list of objects mapped by a single/select .caidx
Perhaps an object list verb? rsync -avPHS $(casync objects foo.caidx) $DEST?
rsync -avPHS $(casync objects foo.caidx) $DEST
bump
Somewhat similar to issues #200 and #158 .
currently if you have more than one .caidx sharing a castr, there is no straight forward way to rsync the list of objects mapped by a single/select .caidx
Perhaps an object list verb?
rsync -avPHS $(casync objects foo.caidx) $DEST
?