I did a copy and restore of the backend of s3ql on local storage and getting the following error:
# mount.s3ql local:///ntap4/restore/ /s3ql/restore/
Using 10 upload threads.
Autodetected 4034 file descriptors available for cache entries
Enter file system encryption passphrase:
ERROR: Uncaught top-level exception:
Traceback (most recent call last):
File "/usr/bin/mount.s3ql", line 9, in <module>
load_entry_point('s3ql==2.18', 'console_scripts', 'mount.s3ql')()
File "/usr/lib/s3ql/s3ql/mount.py", line 129, in main
(param, db) = get_metadata(backend, cachepath)
File "/usr/lib/s3ql/s3ql/mount.py", line 374, in get_metadata
param = backend.lookup('s3ql_metadata')
File "/usr/lib/s3ql/s3ql/backends/comprenc.py", line 77, in lookup
return self._verify_meta(key, meta_raw)[1]
File "/usr/lib/s3ql/s3ql/backends/comprenc.py", line 137, in _verify_meta
raise CorruptedObjectError('HMAC mismatch')
s3ql.backends.common.CorruptedObjectError: HMAC mismatch