...
Note |
---|
|
The following rules apply for naming buckets in Acacia: Bucket names must be from 3 to 63 characters long. Bucket names can consist only of lowercase letters, numbers, full stops/periods (. ) and hyphens (- ). Therefore, buckets cannot have: Capital Letters, underscores (_), spaces nor special characters Bucket names must begin and end with a lowercase letter or number. Bucket names must not be formatted as an IP address (for example, 192.168.5.4). Bucket names reside in a single namespace that is shared by all Acacia users. This means that every bucket name must be globally unique. If you try to create a bucket with a name that already belongs to an existing bucket, such as example-bucket , the operation will fail SOMETIMES SILENTLY???.
|
Creating a bucket
To create a bucket use the rclone mkdir
command:
...