Macrium Reflect Alternatives: Difference between revisions
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Knowledge== | |||
{| | |||
|valign="top" colspan="3"| | |||
curl -1sLf 'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh' | sudo -E bash | |||
sudo apt update && sudo apt install balena-etcher-electron | |||
|- | |||
|colspan="3"| | |||
---- | |||
|- | |||
|valign="top" colspan="2"| | |||
sudo apt remove balena-etcher-electron | |||
rm /etc/apt/sources.list.d/balena-etcher.list | |||
|valign="top"| | |||
apt clean && rm -rf /var/lib/apt/lists/* | |||
apt update | |||
|- | |||
|colspan="3"| | |||
---- | |||
|- | |||
|valign="top"| | |||
|valign="top"| | |||
|valign="top"| | |||
|} | |||
==References== | ==References== | ||
{| | {| | ||
Line 7: | Line 37: | ||
* [https://rescuezilla.com/download Rescuezilla » Download] | * [https://rescuezilla.com/download Rescuezilla » Download] | ||
* [https://clonezilla.org/liveusb.php Clonezilla » Live USB] | * [https://clonezilla.org/liveusb.php Clonezilla » Live USB] | ||
* [https://flathub.org/apps/details/org.gnome.DejaDup Déjà Dup » Backups] | |||
* [https://rescuezilla.com/ Rescuezilla] | * [https://rescuezilla.com/ Rescuezilla] | ||
* [https://clonezilla.org/ Clonezilla] | * [https://clonezilla.org/ Clonezilla] | ||
* [https://wiki.gnome.org/Apps/DejaDup Déjà Dup] | |||
* [https://www.duplicati.com/ Duplicati] | |||
| valign="top" | | | valign="top" | | ||
* [https://www.patreon.com/rescuezilla Patreon » Rescuezilla] | |||
* [https://www.aomeitech.com/ AOMEI Backupper] | |||
* [http://redorescue.com/ Redo Rescue] | |||
| valign="top" | | | valign="top" | | ||
Line 35: | Line 71: | ||
* [https://www.balena.io/etcher Balena Etcher » Flash Flawless] | * [https://www.balena.io/etcher Balena Etcher » Flash Flawless] | ||
* [[Sed Replace A Multi-Line String]] | * [[Sed Replace A Multi-Line String]] | ||
* [https://github.com/balena-io/etcher Balena Etcher » Install] | |||
* [[Bastion SSH Tunneling]] | * [[Bastion SSH Tunneling]] | ||
* [[VS Code on iPad Pro]] | * [[VS Code on iPad Pro]] |
Latest revision as of 18:47, 12 March 2023
Knowledge
curl -1sLf 'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh' | sudo -E bash sudo apt update && sudo apt install balena-etcher-electron | ||
| ||
sudo apt remove balena-etcher-electron rm /etc/apt/sources.list.d/balena-etcher.list |
apt clean && rm -rf /var/lib/apt/lists/* apt update | |
| ||
References
| ||
| ||