Hi.
I was using my S3 bucket in standard region and I'm having a lot of
problems with data.
So, I created a new S3 bucket in Oregon region, and, to avoid send all data
again, I used aws cli sync to "copy" data from one bucket to another.
The problem now is that I can't mount this new s3 bucket in s3ql. Is there
something that I can do to solve this problem?
This is the output after trying to mount it:
root@backup:~# mount.s3ql --cachedir /var/.s3ql --log /var/.s3ql/mount.log
--allow-other --upstart --metadata-upload-interval 600 --authfile
"/etc/authinfo2" "s3://mybackup" "/backups/s3qlmount/"
Using 4 upload threads.
Autodetected 4052 file descriptors available for cache entries
Uncaught top-level exception:
Traceback (most recent call last):
File "/usr/local/bin/mount.s3ql", line 9, in <module>
load_entry_point('s3ql==2.15', 'console_scripts', 'mount.s3ql')()
File
"/usr/local/lib/python3.4/dist-packages/s3ql-2.15-py3.4-linux-x86_64.egg/s3ql/mount.py",
line 129, in main
(param, db) = get_metadata(backend, cachepath)
File
"/usr/local/lib/python3.4/dist-packages/s3ql-2.15-py3.4-linux-x86_64.egg/s3ql/mount.py",
line 377, in get_metadata
param = backend.lookup('s3ql_metadata')
File
"/usr/local/lib/python3.4/dist-packages/s3ql-2.15-py3.4-linux-x86_64.egg/s3ql/backends/comprenc.py",
line 69, in lookup
meta_raw = self.backend.lookup(key)
File
"/usr/local/lib/python3.4/dist-packages/s3ql-2.15-py3.4-linux-x86_64.egg/s3ql/backends/common.py",
line 107, in wrapped
return method(*a, **kw)
File
"/usr/local/lib/python3.4/dist-packages/s3ql-2.15-py3.4-linux-x86_64.egg/s3ql/backends/s3c.py",
line 276, in lookup
return self._extractmeta(resp, key)
File
"/usr/local/lib/python3.4/dist-packages/s3ql-2.15-py3.4-linux-x86_64.egg/s3ql/backends/s3c.py",
line 715, in _extractmeta
raise CorruptedObjectError('Invalid metadata format: %s' % format_)
s3ql.backends.common.CorruptedObjectError: Invalid metadata format: raw
Thanks in advance.
Regards,
Marcelo Terres
--
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].
For more options, visit https://groups.google.com/d/optout.