Questions tagged [cloudberry]

THIS TAG IS NOT FOR GENERAL CLOUDBERRY PRODUCT SUPPORT. Cloudberry is a company that provides products relating to cloud storage systems including Cloudberry Backup, Cloudberry Explorer, and Cloudberry Drive.

Cloudberry is a company that provides products relating to cloud storage systems including Cloudberry Backup, Cloudberry Explorer, and Cloudberry Drive.

Tag Usage

This tag should be used on questions involving programming using Cloudberry products. It should not be used on non-programming questions involving Cloudberry support requests, as such questions are off-topic on Stack Overflow and are subject to closure and deletion.

Resources

Cloudberry's web site

32 questions
0
votes
0 answers

Cloudberry - Unable to mount drive

I used below commands to add cloudberry drive and to mount it, .\cbd.exe addDrive -d G -an CloudBerryDrive -path "cberrybucket/BerryTest" - label "CloudBerryVolume" -rrs yes .\cbd.exe mountDrive G And when I try to mount the drive, it gives the…
NA0606
  • 65
  • 1
  • 6
0
votes
1 answer

SVG files not displaying with Cloudberry PSSnapIn

I am uploading a folder with subfolders containg SVG files. MIME-Type is set to image/svg+xml. When I transfer the folder using the Cloudberry GUI interface there is no problem and the publication with the SVG files display perfectly. When I…
0
votes
3 answers

CloudBerry PowerShell Multipart

I've written a powershell script to upload from a windows system to an Amazon S3 Bucket. The script successfully uploads all files, except those over 5Gb. I have the Cloud Berry Explorer Pro license which allows for multipart upload on files up…
TITECHSD
  • 3
  • 2
0
votes
1 answer

How to recursively delete folder using CloudBerry Explorer PowerShell Plugin

I am trying to delete an entire folder including subdirectories on Amazon S3 using cloudberry explorer pro. Currently, I have: $s3 = Get-CloudS3Connection -Key $Key -Secret $Secret Set-CloudOption -UseCompression 1 Set-CloudOption -ThreadCount…
Dan S.
  • 17
  • 2
0
votes
2 answers

Select-CloudFolder : Redirect location is empty

Trying to use PowerShell on Win2012 server, Cloudberry Explorer for Amazon S3 Pro 4.7 to connect to and push .json files from local server directories to AWS S3 buckets. During run of powershell script I get error: Select-CloudFolder : Redirect…
batmore
  • 29
0
votes
2 answers

Setting up Cloudberry Backup for Linux for OracleCloud

I'm trying to add an account for OracleCloud, and I'm not sure I'm setting some of the required parameters correctly. My current command looks like this: cbb addAccount -st OracleCloud -d OracleCloud -un "storage-a229571:" -kv no -c…
0
votes
1 answer

powershell cloudberry snap in Select-CloudFolder error : "Redirect location is empty"

I need to connect to my bucket via cloudberry powershell snap in. I go through these steps: Set-CloudOption -ProxyAddress {muProxyAddress} -ProxyPort 80 $s3 = Get-CloudS3Connection -Key myKey -Secret mySecret $source = $s3 | Select-CloudFolder -Path…
Eli
  • 11
  • 2
0
votes
1 answer

Some Images In Azure Blob Can't Be Accessed From Web (But Some Can)

We have a public Azure blob that contains over 300,000 image files. The method we used to upload the files was via a Cloudberry Drive mapped drive. After uploading all the images and spot-checking them via…
J.T.
  • 56
  • 1
  • 5
0
votes
2 answers

Commandline tools to restore a versioned deleted file in S3?

I have versioning enabled in my S3 bucket, how do I restore a deleted file with a command line S3 client, such as s3cmd? How do I browse the different versions of the files? So far, I have regressed to Freeware Cloudberry Windows Client to achieve…
John Mayor
  • 577
  • 6
  • 13
-1
votes
1 answer

Cloudberry Powershell scripts failing since version 4.6 (or later) - "Redirect location is empty"

A number of people have raised similar issues, but solutions suggested don't seem to help (including adding Set-CloudOption -PathStyle Path etc.) I've been using multiple scripts based on the following example that have worked well for a number of…
PD-123
  • 9
  • 1
-1
votes
1 answer

Authenticated AWS user trouble in Cloudberry S3 Explorer Pro

When setting up Access Manager (IAM) in S3 Explorer Pro. I am warned about two of my (Amazon S3) Authenticated AWS users, here is a warning, User. arn:aws:iam;:711586701422:user/mike.drunkbeater is not authorized to perform: iam:ListGroups on…
-1
votes
1 answer

How can I safely move the CBB database?

I want to move the CBB database to the 'data drive' so that it is included in the regular backups. 1) is this possible? 2) if so how can it be done safely? Is it as simple as taking a copy of the .db file to a new location and then pointing CBB…
Peter Coghill
  • 381
  • 2
  • 13
-1
votes
1 answer

powershell cloudberry snap in - Select cloud folder - throws 400 bad request error

I am trying to auto sync between amazon s3 bucket and a local folder. But when i run the command : $source = $s3 | Select-CloudFolder -path TestAutoSync/backup I am getting the below error : Select-CloudFolder : The remote server returned an error:…
Agnes Simpson
  • 303
  • 1
  • 3
  • 13
-1
votes
3 answers

Web VTT captions in Azure blob not working even after enabling CORS

I'm looking to have a .vtt caption file play with a mp4 video per http://attendedstorage.com/videotest2.html However, the .vtt whether hosted s an Azure blob is not being seen. I've tested in Chrome and IE10. I did set "content-type: txt/vtt". This…
Julie S.
  • 127
  • 3
  • 18
-2
votes
1 answer

Why is there activity on our FTP server while Cloudberry FTP backup says job is finished?

Here is the setup We are testing Cloudberry for backing up files to a remote FTP server As a test we are backing up files on a desktop, using Cloudberry FTP to a FTP server (FileZilla server) located on the same desktop. The FileZilla Server in…
Alex
  • 7
  • 2