Hello,
I got an error when I go in Backup in admin web interface :
Action
GET /backup/archives
{"with_info":""}
Trace
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/moulinette/interfaces/api.py", line 406, in process
ret = self.actionsmap.process(arguments, timeout=30, route=_route)
File "/usr/lib/python2.7/dist-packages/moulinette/actionsmap.py", line 495, in process
return func(**arguments)
File "/usr/lib/moulinette/yunohost/backup.py", line 2178, in backup_list
d[a] = backup_info(a, human_readable=human_readable)
File "/usr/lib/moulinette/yunohost/backup.py", line 2220, in backup_info
tar.extract('info.json', path=info_dir)
File "/usr/lib/python2.7/tarfile.py", line 2098, in extract
tarinfo = self.getmember(member)
File "/usr/lib/python2.7/tarfile.py", line 1817, in getmember
tarinfo = self._getmember(name)
File "/usr/lib/python2.7/tarfile.py", line 2380, in _getmember
members = self.getmembers()
File "/usr/lib/python2.7/tarfile.py", line 1828, in getmembers
self._load() # all members, we first have to
File "/usr/lib/python2.7/tarfile.py", line 2403, in _load
tarinfo = self.next()
File "/usr/lib/python2.7/tarfile.py", line 2338, in next
self.fileobj.seek(self.offset)
File "/usr/lib/python2.7/gzip.py", line 441, in seek
self.read(1024)
File "/usr/lib/python2.7/gzip.py", line 268, in read
self._read(readsize)
File "/usr/lib/python2.7/gzip.py", line 315, in _read
self._read_eof()
File "/usr/lib/python2.7/gzip.py", line 354, in _read_eof
hex(self.crc)))
IOError: CRC check failed 0x30956a0 != 0xd34f3974L
My server is a VPS at Kimsufi.
yunohost
2.7.10 (stable)
yunohost-admin
2.7.7 (stable)
moulinette
2.7.7 (stable)
ssowat
2.7.7 (stable)
Two weeks ago I tried to use borg with this tuto : How to backup your YunoHost server on another server
It did not work, I assume the error was on my destination server not on the yunohost server.
I removed what I created following this tuto. But maybe I broke something.
Could you help me to solve this problem. I would like to do a backup before updating my server.
(If you think it could be easier, I could do a manual backup of files and SQL dump).
Have nice day,
Nath’