Hello Xomex, > [...] Is it feasible to copy my data at the bucket level from provider > A to B (using a 3rd party data copying service) and then connect s3ql > to the new data location.[...] You need to use https://www.rath.org/s3ql-docs/contrib.html#clone-fs-py to copy a S3QL file system from one storage backend to a different storage backend. Only copying the data from one bucket to another does not work. S3QL uses backend specific metadata (e.g. S3 metadata is a little bit different than Openstack Swift metadata).
Unfortunately clone-fs.py does not do server-to-server copies. You might be better off to run clone-fs.py inside a throw away VM with a decent internet connection. -- You received this message because you are subscribed to the Google Groups "s3ql" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/s3ql/8560e1d3-9980-0f41-0884-6204de723c46%40jagszent.de.
