CentOS7 使用命令行Webdav客户端连接OwnCloud、NextCloud

平时折腾OwnCloud、NextCloud的时候,难免会出意外:数据库损坏、误删数据文件目录等等。如果服务器上有文件备份,可以使用OwnCloud、NextCloud的webdav将数据导入,就不用下载文件再重新上传了。
我使用的是客户端是davfs2。
安装davfs2
yum install davfs2
连接Owncloud、NextCloud webdav。
mount -t davfs https://Owncloud、NextCloud服务器地址/remote.php/webdav/ /mnt

[root@corigin mnt]# mount -t davfs https://…/remote.php/webdav/ /mnt
Please enter the username to authenticate with server
https://…/remote.php/webdav/ or hit enter for none.
Username: 1
Please enter the password to authenticate user 1 with server
https://…/remote.php/webdav/ or hit enter for none.
Password:
/sbin/mount.davfs: warning: the server does not support locks
/sbin/mount.davfs: Warning: can’t write entry into mtab, but will
mount the file system anyway

出现“Username:”的时候输入用户名,出现“Password:”的时候输入密码,输入密码的时候和ssh登录centos7一样,密码不显示,输入完后按enter。
现在可以使用像使用本地硬盘一样使用owncloud了
查看一下硬盘使用情况
df -h

[root@corigin files]# df -h 文件系统 容量 已用 可用 已用% 挂载点 ……
https://…/remote.php/webdav/ 107G 107G 0 100% /mnt

显示使用100%,但这个并不影响往里面拷贝文件。

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值