美文网首页
Kopia恢复

Kopia恢复

作者: 87d6dc4b11a7 | 来源:发表于2022-05-10 18:33 被阅读0次

官方推荐使用mount来进行恢复

Mounting allows you to map a content in Kopia repository into a directory in local filesystem and examine it using regular file commands or browser. This is currently the recommended way of restoring files from snapshots.
https://kopia.io/docs/mounting/

当使用mount进行恢复时,遇到如下错误:
一、ERROR mount error: mounting error: exec: "/bin/fusermount": stat /bin/fusermount: no such file or directory
解决:yum install fuse

[root@localhost ~]# kopia mount k844bd2d8db8550b4b8ab81d6ba14a37b test/
ERROR mount error: mounting error: exec: "/bin/fusermount": stat /bin/fusermount: no such file or directory
[root@localhost ~]#yum install fuse
......
[root@localhost ~]# whereis fusermount
fusermount: /usr/bin/fusermount /usr/share/man/man1/fusermount.1.gz
[root@localhost ~]#
[root@localhost ~]# modprobe fuse
[root@localhost ~]#

二、modprobe: Error: could not insert 'fuse': Cannot allocate memory

[root@localhost ~]# kopia mount k844bd2d8db8550b4b8ab81d6ba14a37b test/
/usr/bin/fusermount: fuse device not found, try 'modprobe fuse' first
ERROR mount error: mounting error: fusermount exited with code 256
[root@localhost ~]# modprobe fuse 
modprobe: Error: could not insert 'fuse': Cannot allocate memory

相关文章

  • Kopia恢复

    官方推荐使用mount来进行恢复 Mounting allows you to map a content in ...

  • 使用Kopia备份Jenkins

    Kopia是一个快速、安全的开源备份/恢复工具,用于管理远程存储中的文件系统快照。如何使用kopia来备份Jenk...

  • 备份jenkins,需要备份哪些文件?

    之前介绍了如何使用kopia备份jenkins,那在备份jenkins时,需要备份哪些文件呢?当jenkins的体...

  • 恢复能量,恢复天真

    这是创意之旅“心灵对话·写作”第十二篇文字。 早上,睁眼,上班,在紧迫感中翻滚了一天,可能再加个班,回家草草吃个晚...

  • 恢复记录恢复记忆

    上海的疫情在恢复中,社会生活也在恢复中,写感想的习惯也要慢慢恢复起来了。真是间隔了好久好久。 用文字记录感想、记录...

  • 恢复

    2008-05-15 23:33:57 今天在网上捐了200块钱,不多不少,一个月的生活补助,心渐渐安定下来了。事...

  • 恢复

    好久没有写东西了,年初制定的计划眼看要泡汤了。一旦放弃,就会越来越懒惰,所以还是要拾起来的。 过年回来,生活又是一...

  • 恢复

    我想我是得锻炼了,不能再放纵下去了,不然…… 可能习惯性的要虐待自己的身体,因为它生来就是要动的,一直让它睡觉它可...

  • 恢复~

    放假了,就有时间更新啦。 每次看一遍自己写的总归有不满意的地方,每一章我都会写了改,改了又写,反复改,所以更得会很慢。

  • 恢复

    昨天七夕节,想和我的小情人崔小乐好好过个节,结果他上午下课出去被雨淋的发烧了,放学回家没有一点精神,因为发烧总是出...

网友评论

      本文标题:Kopia恢复

      本文链接:https://www.haomeiwen.com/subject/nlqjurtx.html