skbn icon indicating copy to clipboard operation
skbn copied to clipboard

Copy files and directories between Kubernetes and cloud storage

Results 17 skbn issues
Sort by recently updated
recently updated
newest added

I found the tool doesn't copy the file if 0 szie.

I am not sure if this is due to using the parallelism setting or not, however if a file fails to copy (in our case from K8S to AWS) then...

I am using the Cassandra Cain tool (https://github.com/maorfr/cain) to backup a Cassandra datacenter and it is failing when backing up files which are 500 GB in size. Having looked at...

skbn uses this scheme `gcs://` for gcp storage buckets., but the correct scheme is `gs://`. ``` gsutil ls gcs://leeroy-backups/ InvalidUrlError: Unrecognized scheme "gcs" ``` ``` gsutil ls gs://leeroy-backups echo $status...

This seems to be a nice tool, but why this fork? What is the difference? https://medium.com/nuvo-group-tech/copy-files-and-directories-between-kubernetes-and-s3-d290ded9a5e0

This is a great tool for backups but ideally we could have an option to compress the files on the way to cloud storage. This seems possible by using a...

I don't think this is currently supporting SSO, right? It looks like it looks for aws credentials (including access key and secret, but when using SSO, you would not have...