Article Title: Backup Ubuntu tool-Remastersys. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Remastersys is a tool that can be used to perform two tasks in Klikit or Ubuntu. One is to back up the system, and the backup can include your personal data, the second is to make the backup into a Live cd or dvd installation disk that can be self-started and installed.
Install Remastersys in Ubuntu
Source settings. Modify the source checklist Code as follows:
Sudo gedit/etc/apt/sources. list
Copy the following source addresses to sources. list:
# Remastersys
Deb linux.com/repository "> http://www.remastersys.klikit-linux.com/repository remastersys/
Save and exit ).
Run the following command to upgrade the source ticket:
Sudo apt-get update
(You can also do this: Sysytem->? Administrator-> Software Source-> Third party Software-> Add->? Deb http://www.remastersys.klikit-linux.com/repository remastersys/--> update)
Run the following command to install remastersys:
Sudo apt-get install remastersys
After the preceding modifications and commands are executed, the installation is completed.
Use Remastersys
To learn how to use remastersys, you must first run the software. The code is:
Sudo remastersys
Syntax structure of remastersys:
Sudo remastersys backup | clean | dist [cdfs | iso] [filename. iso]
Example of using remastersys
1) to back up your system into a live cd/dvd
Sudo remastersys backup
2) to back up your system and create an iso file named custom. ISO for live cd/dvd.
Sudo remastersys backup custom. iso
[1] [2] Next page