TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Easily replicate/clone your Linux install

39 点作者 mrsareen将近 5 年前

8 条评论

mrsareen将近 5 年前
Came across this fantastic utility that is completely FOSS. Intent was to upgrade my smaller SSD to 1TB. Stumbled upon foxclone.com<p>Experts from the site :<p>&quot;FoxClone is a Linux based image backup, restore and clone tool using a simple point and click interface. Booted from its&#x27; own linux system, it takes images of the partitions on your hard disk (HDD) or solid-state drive (SSD) and stores them for later restoration. Image files can optionally be compressed to save space.&quot;<p>The software worked blazingly fast as SSD&#x27;s were employed at both ends that too without a single error! I booted from the new SSD and was blown away with the ease of overall process.<p>The creator of the software has declined my request to reimburse in any way possible. Hence I&#x27;m sharing it with HN for all Linux users.
评论 #24221063 未加载
qalmakka将近 5 年前
I haven&#x27;t reinstalled Linux in years; usually, if I want to migrate my install somewhere else I use one of the following approaches:<p>- `rsync -qaHAXS src dest` - `btrfs&#x2F;zfs send&#x2F;recv`<p>Lately I standardized around ZFS, so I&#x27;ve moved several times my install using send and receive (even using SSH) and it&#x27;s beautiful.
评论 #24221483 未加载
评论 #24223082 未加载
评论 #24227030 未加载
评论 #24221925 未加载
评论 #24226813 未加载
评论 #24224947 未加载
codethief将近 5 年前
I&#x27;m not sure I&#x27;d ever want to replicate or clone my Linux install, including all hardware-related settings and all those applications that I installed at some point via apt and used only once or twice.<p>What I do need to replicate from time to time (whenever I deal with multiple machines) are 1) my data and 2) my settings &#x2F; dotfiles. For the former, I use Syncthing (and of, course, backups because syncing can easily go wrong). As for the latter, I&#x27;ve been curating my dotfiles for ten years now and over time added various install scripts, which not only put the dotfiles in the right place but also install and set up the software they are for. One install script e.g. installs zsh, sets it as my default shell and creates a symlink from `~&#x2F;.zshrc` to my zsh config. Basically, whenever I set up a new machine, I just need to run those scripts and I&#x27;m good to go within a few minutes.
评论 #24254043 未加载
compsciphd将近 5 年前
when I want to clone my debian based system installations, i generally just used dpkg --get-selections and dpkg --set-selections.
mrsareen将近 5 年前
Here is a link for the documentation - <a href="http:&#x2F;&#x2F;foxclone.com&#x2F;download&#x2F;foxcloneV12.pdf" rel="nofollow">http:&#x2F;&#x2F;foxclone.com&#x2F;download&#x2F;foxcloneV12.pdf</a>
zeepzeep将近 5 年前
nix anyone?
评论 #24221509 未加载
andrewmackrodt将近 5 年前
Anyone have experience with how this compares to clonezilla?
shoulderfake将近 5 年前
dont make any effort to make a basic website pvt.pyle