webdav interface to idrivesync.com

Jan 11, 03:36 AM

notice that we dont “land” on the top directory (/),
but rather at /interServerBackup

0) make sure that directory exists:

mkdir /media/idrive.com.interServerBackup ;
chmod 700 /media/idrive.com.interServerBackup ;

1) create this group (if not exists):

groupadd davfs2 (if not exists):

2) create this user:

useradd -g davfs2 davfs2 ;

3) this line in the /etc/fstab: (each linebreak is a tab or space):

https://dav.idrivesync.com/interServerBackup
/media/idrive.com.interServerBackup
davfs
_netdev,nouser,noauto,rw
0 0

4) this line in /etc/davfs2/secrets (each linebreak is a tab or space)

/media/idrive.com.interServerBackup
mark@edwardsmarkLOGIN-FOR-idriveSync.com
marksSuperSecretPasswordWhichIsASecret

5) to mount:

mount /media/idrive.com.interServerBackup ;

6) to unmount:

umount /media/idrive.com.interServerBackup

Mark Edwards

,

---

Commenting is closed for this article.

---