Create backup fails *solved*

What is the problem?
Trying to make backup from freshly updated Octoprint 1.3.10 but it gives this error:

OctoPrint could not create your backup. Please consult octoprint.log for details. Error: [Errno 19] No such device: '/home/pi/.octoprint/timelapse_srv'

Creating the backup failed

OctoPrint could not create your backup. Please consult octoprint.log for details. Error: [Errno 19] No such device: '/home/pi/.octoprint/timelapse_srv'

What did you already try to solve it?
Checked all the folder paths. Ticked the check box Exclude timelapses from backup but still same problem.

Additional information about your setup (OctoPrint version, OctoPi version, printer, firmware, octoprint.log, serial.log or output on terminal tab, ...)
2018-12-13 15:32:29,587 - octoprint.plugins.backup - ERROR - Error while creating backup zip
Traceback (most recent call last):
File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup/init.py", line 608, in _create_backup
size = cls._get_disk_size(basedir)
File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup/init.py", line 521, in _get_disk_size
total += cls._get_disk_size(entry.path)
File "/home/pi/oprint/lib/python2.7/site-packages/octoprint/plugins/backup/init.py", line 519, in _get_disk_size
for entry in scandir(path):
OSError: [Errno 19] No such device: '/home/pi/.octoprint/timelapse_srv'

This is not a standard folder of OctoPrint. What is this, where does it come from, is it a device mount, etc etc

Thanks for the answer!

I had my old fstab mount still present in my system. Everything is working now!

Hello @Kleimo!

Please use the Checkbox marked Solution with post that helped you.
That helps other users to find the solution. Thank you!

:facepalm: Yeah, there will likely be others who have Samba SMB shares and also with NFS.

Who knows what comes :sweat_smile: