<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[在Ubuntu 20.04上使用Systemback]]></title><description><![CDATA[<p dir="auto">Systemback 是一个优秀的Linux系统备份还原软件。这个软件不仅能够备份还原系统，还能够把系统做成启动盘和ISO镜像，用于在其他机器上分发系统。但是作者已经放弃维护这个软件。软件也无法继续在Ubuntu 20.04运行。我就花了点时间对Systemback进行了开发使其支持在Ubuntu 20.04上工作。同时添加了软件对大文件的支持。现在软件生成的系统镜像ISO不再受限于4G大小。</p>
<p dir="auto">更新后的<a href="https://github.com/BluewhaleRobot/systemback" target="_blank" rel="noopener noreferrer">Systemback</a></p>
<h4>软件安装</h4>
<pre><code class="language-bash">sudo sh -c 'echo "deb [arch=amd64] http://mirrors.bwbot.org/ stable main" &gt; /etc/apt/sources.list.d/systemback.list'
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key 50B2C005A67B264F
sudo apt-get update
sudo apt-get install systemback
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1591759641203-321fd303-4294-41f7-b6bf-f600dc0d512e-image.png" alt="321fd303-4294-41f7-b6bf-f600dc0d512e-image.png" class=" img-responsive img-markdown" width="1017" height="577" /></p>
]]></description><link>http://community.bwbot.org/topic/2918/在ubuntu-20-04上使用systemback</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 19:42:16 GMT</lastBuildDate><atom:link href="http://community.bwbot.org/topic/2918.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Jun 2020 03:28:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Thu, 19 Sep 2024 07:24:17 GMT]]></title><description><![CDATA[<p dir="auto">恢复时遇到以下问题，有人遇到过吗：<br />
<img src="/assets/uploads/files/1726730639005-19d1953d-6644-4cdd-b289-a77785aaf531-image-resized.png" alt="19d1953d-6644-4cdd-b289-a77785aaf531-image.png" class=" img-responsive img-markdown" /> </p>
]]></description><link>http://community.bwbot.org/post/17456</link><guid isPermaLink="true">http://community.bwbot.org/post/17456</guid><dc:creator><![CDATA[njdark]]></dc:creator><pubDate>Thu, 19 Sep 2024 07:24:17 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Mon, 04 Dec 2023 16:43:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1595">@背对背依靠</a> 遇到同样问题，请问后来解决了吗？</p>
]]></description><link>http://community.bwbot.org/post/17318</link><guid isPermaLink="true">http://community.bwbot.org/post/17318</guid><dc:creator><![CDATA[Marvin]]></dc:creator><pubDate>Mon, 04 Dec 2023 16:43:29 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Thu, 05 Jan 2023 02:09:02 GMT]]></title><description><![CDATA[<p dir="auto">博主您好，我下载到systemback_1.8.5版本的源码后自己用debian编译了arm版的安装包并安装了，但是生成的.sblive在转换成iso镜像的时候出现了下面这个错误：<img src="/assets/uploads/files/1672884118941-14f7acc9-7179-452d-a937-35e70b741062-image.png" alt="14f7acc9-7179-452d-a937-35e70b741062-image.png" class=" img-responsive img-markdown" width="649" height="141" /><br />
我尝试使用mkisofs命令生成iso镜像成功，但是生成的镜像使用virt-manager安装的时候不能进入安装引导，请问大佬这个应该往哪个方向排查呢</p>
]]></description><link>http://community.bwbot.org/post/16948</link><guid isPermaLink="true">http://community.bwbot.org/post/16948</guid><dc:creator><![CDATA[rookie]]></dc:creator><pubDate>Thu, 05 Jan 2023 02:09:02 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Thu, 01 Dec 2022 10:18:24 GMT]]></title><description><![CDATA[<p dir="auto">物理机使用的是三星的固态，systemback使用19版本，通过systemback打包出来的镜像在物理机安装的时候，点install安装的时候就黑屏了。<img src="/assets/uploads/files/1669889900932-92fcdfbc-0b1d-4d1e-9e8e-8782d860320f-192c2d972f391e6e7dae9ce187eb9cba-resized.jpg" alt="92fcdfbc-0b1d-4d1e-9e8e-8782d860320f-192c2d972f391e6e7dae9ce187eb9cba.jpg" class=" img-responsive img-markdown" /> [图片]</p>
]]></description><link>http://community.bwbot.org/post/16941</link><guid isPermaLink="true">http://community.bwbot.org/post/16941</guid><dc:creator><![CDATA[背对背依靠]]></dc:creator><pubDate>Thu, 01 Dec 2022 10:18:24 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Mon, 07 Nov 2022 00:40:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1595">@背对背依靠</a> 是不是之前有安装了systemback，需要把之前的版本完全卸载</p>
]]></description><link>http://community.bwbot.org/post/16904</link><guid isPermaLink="true">http://community.bwbot.org/post/16904</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Mon, 07 Nov 2022 00:40:01 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Fri, 04 Nov 2022 10:46:13 GMT]]></title><description><![CDATA[<p dir="auto">ubuntu1804安装systemback提示许多库文件的版本不一致导致无法安装，是不是需要将ubuntu1804的源换成20.4的来安装呢？</p>
]]></description><link>http://community.bwbot.org/post/16903</link><guid isPermaLink="true">http://community.bwbot.org/post/16903</guid><dc:creator><![CDATA[背对背依靠]]></dc:creator><pubDate>Fri, 04 Nov 2022 10:46:13 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Wed, 31 Aug 2022 08:04:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> 过了这10多天，ipc上的老式磁盘已经换下来了，换成了 liteon  cli-8d512 ，我查了下 已经是支持nvme协议的磁盘了，不过遗憾的是，我10多天前在u盘上使用systemback备份的系统依然卡在同样的界面上，点击第二项 安装系统后，就黑掉了。这个是需要我重新备份系统吗？？</p>
]]></description><link>http://community.bwbot.org/post/16890</link><guid isPermaLink="true">http://community.bwbot.org/post/16890</guid><dc:creator><![CDATA[终究会完成1]]></dc:creator><pubDate>Wed, 31 Aug 2022 08:04:40 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Mon, 15 Aug 2022 06:53:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1571">@我是小白</a> 第一个错误是因为没有装mongodb服务。可以装一个mongodb。第二个错误是创建文件夹失败，可以手动创建那个文件夹看看为什么会不行</p>
]]></description><link>http://community.bwbot.org/post/16886</link><guid isPermaLink="true">http://community.bwbot.org/post/16886</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Mon, 15 Aug 2022 06:53:51 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Mon, 15 Aug 2022 05:57:47 GMT]]></title><description><![CDATA[<p dir="auto">博主你好，请问我在备份系统的时候显示这报错，一直找不到原因。您这边有遇到过吗<img src="/assets/uploads/files/1660543064586-fc57bea9-b578-4725-a9cb-c59aef12378f-image.png" alt="fc57bea9-b578-4725-a9cb-c59aef12378f-image.png" class=" img-responsive img-markdown" width="1301" height="393" /></p>
]]></description><link>http://community.bwbot.org/post/16885</link><guid isPermaLink="true">http://community.bwbot.org/post/16885</guid><dc:creator><![CDATA[我是小白]]></dc:creator><pubDate>Mon, 15 Aug 2022 05:57:47 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Mon, 15 Aug 2022 01:03:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1570">@终究会完成</a> 目前没办法，这种硬盘目前还不支持</p>
]]></description><link>http://community.bwbot.org/post/16884</link><guid isPermaLink="true">http://community.bwbot.org/post/16884</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Mon, 15 Aug 2022 01:03:55 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Fri, 12 Aug 2022 08:29:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> 开发者你 好，我利用systemback-1.8.9最新版来还原拷贝系统，原始系统ubuntu20.04安装在IPC310上 这个是我们公司内部使用的硬件设备，我用该工具备份出iso文件并写入u盘后，确实在PC设备上可以还原出系统，但是我在ipc上点击 install后就黑屏了[顺利的话应该是弹出用户和密码设置的窗口]，目前我猜测是systemback不能识别ipc的磁盘[ Disk /dev/sda: 55.92 GiB, 60022480896 bytes, 117231408 sectors<br />
Disk model: mSATA 3TE7  ,这2行是fdisk -l  查询到的磁盘信息。]有什么方法可以处理？？</p>
]]></description><link>http://community.bwbot.org/post/16883</link><guid isPermaLink="true">http://community.bwbot.org/post/16883</guid><dc:creator><![CDATA[终究会完成]]></dc:creator><pubDate>Fri, 12 Aug 2022 08:29:32 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Fri, 10 Dec 2021 09:38:48 GMT]]></title><description><![CDATA[<p dir="auto">@weijiz导入U盘失败，报错为：an error occured while unpacking the Live system file</p>
]]></description><link>http://community.bwbot.org/post/16759</link><guid isPermaLink="true">http://community.bwbot.org/post/16759</guid><dc:creator><![CDATA[ll]]></dc:creator><pubDate>Fri, 10 Dec 2021 09:38:48 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Mon, 17 May 2021 12:27:37 GMT]]></title><description><![CDATA[<p dir="auto">此处应该有掌声，太好使了，感谢！</p>
]]></description><link>http://community.bwbot.org/post/16616</link><guid isPermaLink="true">http://community.bwbot.org/post/16616</guid><dc:creator><![CDATA[szzhangfq]]></dc:creator><pubDate>Mon, 17 May 2021 12:27:37 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Thu, 25 Mar 2021 08:13:02 GMT]]></title><description><![CDATA[<p dir="auto">发现一个bug，制作“Point operations”的中途，取消操作时，并不会删除新生成的文件，需要手动删除。不知大家有遇到吗？</p>
]]></description><link>http://community.bwbot.org/post/4376</link><guid isPermaLink="true">http://community.bwbot.org/post/4376</guid><dc:creator><![CDATA[lucktu]]></dc:creator><pubDate>Thu, 25 Mar 2021 08:13:02 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Sun, 21 Mar 2021 05:37:38 GMT]]></title><description><![CDATA[<p dir="auto">安装的末尾出现这样的警告，不过好像没什么，正常使用。</p>
<blockquote>
<p dir="auto">Processing triggers for mime-support (3.60ubuntu1) …<br />
Processing triggers for initramfs-tools (0.130ubuntu3.9) …<br />
update-initramfs: Generating /boot/initrd.img-5.4.0-67-generic<br />
W: Possible missing firmware /lib/firmware/i915/tgl_dmc_ver2_04.bin for module i915<br />
W: Possible missing firmware /lib/firmware/i915/skl_guc_33.0.0.bin for module i915<br />
W: Possible missing firmware /lib/firmware/i915/bxt_guc_33.0.0.bin for module i915<br />
W: Possible missing firmware /lib/firmware/i915/kbl_guc_33.0.0.bin for module i915<br />
W: Possible missing firmware /lib/firmware/i915/glk_guc_33.0.0.bin for module i915<br />
W: Possible missing firmware /lib/firmware/i915/kbl_guc_33.0.0.bin for module i915<br />
W: Possible missing firmware /lib/firmware/i915/icl_guc_33.0.0.bin for module i915</p>
</blockquote>
]]></description><link>http://community.bwbot.org/post/4374</link><guid isPermaLink="true">http://community.bwbot.org/post/4374</guid><dc:creator><![CDATA[lucktu]]></dc:creator><pubDate>Sun, 21 Mar 2021 05:37:38 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Sat, 20 Mar 2021 06:12:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1285">@lucktu</a> 终于百度会了安装指定版本的软件，现在已经是1.8.8了吧？反正一路安装下去，遇到问题就排除，现在已经没有错误提示了。不过about里面显示的却是1.8.5，其他暂时没有发现什么问题。谢谢博主的软件！！</p>
]]></description><link>http://community.bwbot.org/post/4372</link><guid isPermaLink="true">http://community.bwbot.org/post/4372</guid><dc:creator><![CDATA[lucktu]]></dc:creator><pubDate>Sat, 20 Mar 2021 06:12:46 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Sat, 20 Mar 2021 05:08:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1285">@lucktu</a> 这个教程的证书是旧的，后来换了。用下面的指令添加证书</p>
<pre><code>sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key 50B2C005A67B264F
</code></pre>
]]></description><link>http://community.bwbot.org/post/4371</link><guid isPermaLink="true">http://community.bwbot.org/post/4371</guid><dc:creator><![CDATA[weijiz]]></dc:creator><pubDate>Sat, 20 Mar 2021 05:08:57 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Sat, 20 Mar 2021 04:33:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/1216">@lz_berries</a> 我也用过，不大好用。我用它的ISO启动电脑，恢复分区却不能启动，最后硬盘对硬盘恢复全盘，才正常启动，远远没有ghost恢复windows好用啊。</p>
]]></description><link>http://community.bwbot.org/post/4370</link><guid isPermaLink="true">http://community.bwbot.org/post/4370</guid><dc:creator><![CDATA[lucktu]]></dc:creator><pubDate>Sat, 20 Mar 2021 04:33:15 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Sun, 21 Mar 2021 03:45:49 GMT]]></title><description><![CDATA[<p dir="auto">您好！请问该怎么带版本号安装1.8.8呢？</p>
<p dir="auto">我在ubuntu18.04上是这样安装的，将systemback_1.8.8_amd64.deb下载回来以后，在ssh下按照本文开头的步骤，第三步出现这样的错：</p>
<blockquote>
<p dir="auto">W: GPG error: http://mirrors.bwbot.org stable InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 7D9C279F<br />
E: The repository ‘http://mirrors.bwbot.org stable InRelease’ is not signed.<br />
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.<br />
N: See apt-secure(8) manpage for repository creation and user configuration details.</p>
</blockquote>
<p dir="auto">然后不管它，继续安装完成以后，再安装刚才的1.8.8包，虽然也出错，但好歹支持大于4g的ISO文件了（版本号也还是1.8.402_05.16.2016_Qt5.9.5(5.5.1)_GCC5.3.1_amd64）。但总感觉不爽，请指点一下，谢谢！</p>
<blockquote>
<p dir="auto">dpkg -i systemback_1.8.8_amd64.deb<br />
… …<br />
Errors were encountered while processing:<br />
systemback</p>
</blockquote>
]]></description><link>http://community.bwbot.org/post/4369</link><guid isPermaLink="true">http://community.bwbot.org/post/4369</guid><dc:creator><![CDATA[lucktu]]></dc:creator><pubDate>Sun, 21 Mar 2021 03:45:49 GMT</pubDate></item><item><title><![CDATA[Reply to 在Ubuntu 20.04上使用Systemback on Tue, 22 Dec 2020 08:33:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://community.bwbot.org/uid/7">@weijiz</a> 好的，谢谢您，我再试一试。这个问题纠结我好久了。多亏了新版本的systemback能识别NVMe固态硬盘，否则压根都无法识别。</p>
]]></description><link>http://community.bwbot.org/post/4110</link><guid isPermaLink="true">http://community.bwbot.org/post/4110</guid><dc:creator><![CDATA[minhaolee]]></dc:creator><pubDate>Tue, 22 Dec 2020 08:33:38 GMT</pubDate></item></channel></rss>