Something I did a lot with s3cmd is to grab partial directory contents over a large tree by using the following:
s3cmd sync <src> <dst> --exclude '*' --include 'foo/bar/*/*/*.log'
Would be nice to have some way to do this. Seems like the only way to do this with s4cmd is to ls them all and try to copy them 1 by 1, but I'd have to manually compute the target path/folder for every one.
Something I did a lot with s3cmd is to grab partial directory contents over a large tree by using the following:
Would be nice to have some way to do this. Seems like the only way to do this with s4cmd is to ls them all and try to copy them 1 by 1, but I'd have to manually compute the target path/folder for every one.