Open c4po opened 5 years ago
I figured out the issue. I have a trailing slash in the src s3 path..
wrong: cain restore --src s3://xxxxx/cassandra/dev-cassandra/cassandra/ ...
should be: cain restore --src s3://xxxxx/cassandra/dev-cassandra/cassandra ...
can we add a check here https://github.com/nuvo/cain/blob/master/pkg/cain/cain.go#L95 to remove the trailing slash. or add a check here https://github.com/nuvo/cain/blob/master/pkg/utils/path.go#L109
I can do backup but restore doesn't work