# Linux Backup Tools

#### System Backup

##### Clonezilla

Clonezilla is a partition and disk imaging/cloning program similar to True Image® or Norton Ghost®.

- [Clonezilla - About](https://clonezilla.org/)

##### Rescuezilla

Rescuezilla is an easy-to-use disk cloning and imaging application that's fully compatible with Clonezilla — the industry-standard trusted by tens of millions.

- [https://github.com/rescuezilla/rescuezilla](https://github.com/rescuezilla/rescuezilla)

#### Data Backup

##### Restic

- [Restic](https://ostechnix.com/restic-fast-secure-efficient-backup-application/) - is a fast, open source, secure and cross-platform backup program. It allows saving multiple revisions of files and directories in an encrypted repository stored on different backends. 
    - 備份資料加密
    - 差異備份 - snapshot
    - 支援目錄與檔案
    - 備份媒體支援 本地/SFTP/HTTP REST/AWS S3/Azure Storage/Google Cloud Storage/rclone

##### Rsnapshot

- **Rsnapshot** is a powerful backup utility with installation options on any Linux-based machine. It can either back up a machine locally, or you can back up multiple machines, say servers for instance, from a single machine. **Rsnapshot** uses `rsync` and is written entirely in Perl with no library dependencies. 
    - [Backup Solution - rsnapshot - Documentation (rockylinux.org)](https://docs.rockylinux.org/guides/backup/rsnapshot_backup/)

##### Vykar

Vykar is a fast, encrypted, deduplicated backup tool written in Rust.

- [Home - Vykar Backup Documentation](https://vykar.borgbase.com/)