[GH-ISSUE #173] Error moving webdav directory #141

Closed
opened 2026-02-27 08:14:34 +03:00 by kerem · 0 comments
Owner

Originally created by @protontrigg3r on GitHub (Apr 18, 2022).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/173

I am trying to store the backup files in Mega.nz.

  • '/mnt/mega' is the directory where I mounted the MEGA-WEBDAV share
  • '/opt/zimbra/backup' is a symlink to '/mnt/mega' and 'zimbra' user can to work on it

Everything runs smoothly until it's time to move the working directory:

mv: cannot move '/opt/zimbra/backup/nAWY' to '/opt/zimbra/backup/full-20220418185514': Input/output error

This is the mount point configuration:

[Unit]
Description=Mega WebDAV service
Wants=network-online.service

[Mount]
What=http://127.0.0.1:4443/UaDRSeB/zimbra
Where=/mnt/mega
Options=rw,_netdev,user,uid=zimbra,gid=zimbra
Type=davfs
TimeoutSec=15

[Install]
WantedBy=remote-fs.target
WantedBy=multi-user.target
Originally created by @protontrigg3r on GitHub (Apr 18, 2022). Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/173 I am trying to store the backup files in Mega.nz. - '/mnt/mega' is the directory where I mounted the MEGA-WEBDAV share - '/opt/zimbra/backup' is a symlink to '/mnt/mega' and 'zimbra' user can to work on it Everything runs smoothly until it's time to move the working directory: `mv: cannot move '/opt/zimbra/backup/nAWY' to '/opt/zimbra/backup/full-20220418185514': Input/output error` This is the mount point configuration: ``` [Unit] Description=Mega WebDAV service Wants=network-online.service [Mount] What=http://127.0.0.1:4443/UaDRSeB/zimbra Where=/mnt/mega Options=rw,_netdev,user,uid=zimbra,gid=zimbra Type=davfs TimeoutSec=15 [Install] WantedBy=remote-fs.target WantedBy=multi-user.target ```
kerem closed this issue 2026-02-27 08:14:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/zmbackup#141
No description provided.