mirror of
https://github.com/cupcakearmy/ixesha.git
synced 2024-12-22 08:06:24 +00:00
Merge branch 'master' of https://github.com/CupCakeArmy/ixesha
This commit is contained in:
commit
873f8789a6
17
README.md
17
README.md
@ -4,13 +4,26 @@
|
|||||||
|
|
||||||
🐍 Written in python.
|
🐍 Written in python.
|
||||||
|
|
||||||
###### Getting started example 💥
|
## Quickstart 💥
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python3 ixesha --install
|
git clone https://github.com/CupCakeArmy/ixesha
|
||||||
|
python3 ixesha/ixesha --install
|
||||||
|
rm -rf ixesha
|
||||||
|
|
||||||
ixesha --backup ~/ --output /mnt/backup/home
|
ixesha --backup ~/ --output /mnt/backup/home
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Whenever you want to do an incremental backup simply rerun the same command:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ixesha --backup ~/ --output /mnt/backup/home
|
||||||
|
```
|
||||||
|
|
||||||
|
###### How does it work? 🧐
|
||||||
|
|
||||||
|
All the snapshots are timestamped and you can delete all the old ones if you like (yes, really 💪), keeping only the last one. The backups are incremental, so they only save the changes you made and are therefore very space efficient. The latest backup is always the `./current` link to the last backup inside of the backup directory.
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
Loading…
Reference in New Issue
Block a user