skbn
skbn copied to clipboard
Copy files and directories between Kubernetes and cloud storage
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...
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-X main.GitTag=0.6.0 -X main.GitCommit=326c955" -o bin/skbn cmd/skbn.go # github.com/maorfr/skbn/pkg/skbn ../../../test/pkg/mod/github.com/maorfr/[email protected]/pkg/skbn/abs.go:87:83: not enough arguments in call to bu.Download have (context.Context, number, number, azblob.BlobAccessConditions, bool) want...