Increment Backup

full/incremental backup tool script
Alternatives To Increment Backup
Select To Compare


Readme

Increment Backup: full/incremental backup tool script

English |

Trying

Linux

Run Dependencies

  • /bin/bash
  • getopts
  • tar

Supported Backends

  • Ubuntu >= 16.04
  • Centos >= 6
  • Alpine >= 3.7
  • Debian Not tested

This is a script to generate a full/incremental backup, use tar snapshot realization

bash backup-snapshot.sh -h

Restore backup, execute the full amount first and then execute the incremental backup file sequentially

tar --listed-incremental=${backup_exec_path}/${backup_file_name}-snapshot -zxf ${backup_exec_path}/${backup_target_file}_full.tar.gz
tar --listed-incremental=${backup_exec_path}/${backup_file_name}-snapshot -zxf ${backup_exec_path}/${backup_target_file}_incremental_${current_date}.tar.gz

License

A short snippet describing the license (MIT)

MIT Cangsheng Shen

Popular Data Storage Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Shell
Rust
Bash
Backup