SeaFile not Backing up with Archivist?

Hey everyone - still working on getting a reliable backup working with my RasperryPi system at home.

I’m getting this message in my daily Cron email from Archivist:

Make a temporary backup for rainloop_backup

This backup is different than the previous one

Make a real backup for rainloop_backup
4.9M /media/usb//ynh_backup/rainloop_backup.tar.gz
Make a temporary backup for seafile_backup
Traceback (most recent call last):
File “/usr/bin/yunohost”, line 219, in
timeout=opts.timeout,
File “/usr/lib/python2.7/dist-packages/moulinette/init.py”, line 136, in cli
moulinette.run(args, output_as=output_as, password=password, timeout=timeout)
File “/usr/lib/python2.7/dist-packages/moulinette/interfaces/cli.py”, line 390, in run
ret = self.actionsmap.process(args, timeout=timeout)
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 2039, in backup_create
backup_manager.backup()
File “/usr/lib/moulinette/yunohost/backup.py”, line 726, in backup
method.mount_and_backup(self)
File “/usr/lib/moulinette/yunohost/backup.py”, line 1416, in mount_and_backup
self.backup()
File “/usr/lib/moulinette/yunohost/backup.py”, line 1648, in backup
shutil.copytree(source, dest)
File “/usr/lib/python2.7/shutil.py”, line 208, in copytree
raise Error, errors
shutil.Error: [(‘/opt/yunohost/seafile/ccnet/ccnet.sock’, ‘/media/usb/ynh_backup/temp/apps/seafile/backup/opt/yunohost/seafile/ccnet/ccnet.sock’, “[Errno 6] No such device or address: ‘/opt/yunohost/seafile/ccnet/ccnet.sock’”)]
The temporary backup failed…
Make a temporary backup for searx_backup

Is my Seafile app getting backed up? If not, how do I fix this?

Thanks!

Seafile has to be stopped before the backup, a socket file isn’t a regular file.
The first thing to do is to open an issue on the repository of seafile to inform the maintainer.
Meanwhile, you can stop and restart seafile by using the pre and post backup command of Archivist.