求一个onedrive linux版的一键安装方案
Tofloor
poster avatar
杀毒软件吧
deepin
2020-10-05 10:28
Author
如题,onedrive确实方便了我不少工作,百度网盘Linux端不支持自动备份。
Reply Favorite View the author
All Replies
安洛
deepin
2020-10-05 16:45
#1
星火商店吧
Reply View the author
187******02
deepin
2020-10-05 19:54
#2
syncthing了解一下  我写过教程:http://www.zhaohy.org.cn//blogDe ... ilPage.do?blogId=48
Reply View the author
lanyun7112
deepin
2020-10-06 01:03
#3
以下教程是在manjaro下,deepin自行改

### Onedrive

项目GitHub主页:https://github.com/abraunegg/onedrive

1. 安装:

> yaourt onedrive-abraunegg

2. 配置:

**注意**在首次运行前,先进行配置,否则会自动下载onedrive中所有文件。复制源码中的`config`文件到`~/.config/onedrive/config`

配置:

mkdir -p ~/.config/onedrive
cp ./config ~/.config/onedrive/config
vim ~/.config/onedrive/config

最低有效配置:

> skip_file = "~*"

对于需要同步的文件夹,推荐使用sync_list,更加简单明了。
在~/.config/onedrive新建sync_list文件,文件的每一行代表sync_dir的**相对路径**。在所有操作期间,将跳过与文件的任何行不匹配的所有文件和目录。如:

Backup
Documents/latest_report.docx
Work/ProjectX
notes.txt

以上这些文件或文件夹都必须在`~/OneDrive`下,当添加新文件或改动文件时,需手动上传同步:

> onedrive --resync

当然也可以自动同步:

systemctl --user enable onedrive
systemctl --user start onedrive
Reply View the author
Comments
samlukeyes123
2020-10-06 01:10
yaourt 已经废弃了
ntxiaohui1
deepin
2020-10-06 01:36
#4
同需这个,我现在只能使用网页版,不是很方便。
Reply View the author
lixiaobai
deepin
2020-10-06 02:48
#5
百度云盘有个问题,就是会修改默认浏览器,导致jupyter会打开百度网盘
Reply View the author
lixiaobai
deepin
2020-10-06 02:49
#6
另外百度网盘无法同步文件,还不如坚果云
Reply View the author
DKman
deepin
2020-10-06 03:05
#7
https://github.com/jstaf/onedriver   go写的onedrive客户端,用下来是linux下最完美的客户端。安装需要自己编译,编译需要连接go的公共库,国内没办法直接访问。希望deepin能够直接内置。

Reply View the author
lanyun7112
deepin
2020-10-06 04:25
#8
https://bbs.deepin.org/post/203379
以下教程是在manjaro下,deepin自行改

### Onedrive

嗯嗯 是的,已经改用yay了,自从用了deepin后就没用过manjaro了,希望深度加油
Reply View the author
xieqin74123
deepin
2020-10-06 05:51
#9
我用的是insync,一个收费软件($25),linux用户估计看不上这种专有收费软件

我之前在win7上买了,所以UOS就能直接用了
Reply View the author
a***1@163.com
deepin
2020-12-18 20:34
#10
187******02
syncthing了解一下  我写过教程:http://www.zhaohy.org.cn//blogDe ... ilPage.do?blogId=48

我比较看好你这个东东,而且还有arm的。。

不知道支持不支持树莓派?

Reply View the author
a***1@163.com
deepin
2020-12-19 18:33
#11
187******02
syncthing了解一下  我写过教程:http://www.zhaohy.org.cn//blogDe ... ilPage.do?blogId=48

查了资料,弄了下。

这个东东简直太好用了。

跨平台,支持ARM的64位。刚好把家里的派部署上。

设置开机自启加上30天历史版本,相当于家里多了个远程同步备份网盘了。

支持win、macos、linux、手机安卓等多平台。

而且这个同步方式不在第三方的服务器上留档,这是最重要的,安全!

可以告别Onedrive和坚果云了。


这么良心的东东网上竟然号称小众软件,

老哥也是稳啊,还有没什么好玩的小众东东继续给推荐推荐。。嘿嘿

Reply View the author
187******02
deepin
2021-02-18 18:50
#12
a***1@163.com

查了资料,弄了下。

这个东东简直太好用了。

跨平台,支持ARM的64位。刚好把家里的派部署上。

设置开机自启加上30天历史版本,相当于家里多了个远程同步备份网盘了。

支持win、macos、linux、手机安卓等多平台。

而且这个同步方式不在第三方的服务器上留档,这是最重要的,安全!

可以告别Onedrive和坚果云了。


这么良心的东东网上竟然号称小众软件,

老哥也是稳啊,还有没什么好玩的小众东东继续给推荐推荐。。嘿嘿

还折腾过frp实现自定义域名内网穿透

Reply View the author