mirror of
https://github.com/cupcakearmy/ixesha.git
synced 2024-12-22 08:06:24 +00:00
Emojis!
This commit is contained in:
parent
f8d84d589c
commit
c39e9f40f9
18
README.md
18
README.md
@ -1,10 +1,10 @@
|
|||||||
# Ixesha
|
# Ixesha
|
||||||
|
|
||||||
Make incremental snapshots to backup any folder to any location/server. 💪
|
🗄 Make incremental snapshots to backup any folder to any location/server.
|
||||||
|
|
||||||
Written in python. 🐍
|
🐍 Written in python.
|
||||||
|
|
||||||
###### Example
|
###### Example 💥
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python3 ixesha.py --backup ~/ --output /mnt/backup/home
|
python3 ixesha.py --backup ~/ --output /mnt/backup/home
|
||||||
@ -12,11 +12,11 @@ python3 ixesha.py --backup ~/ --output /mnt/backup/home
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
### Requirements 💾
|
### Requirements
|
||||||
- `Python3`
|
- `Python3`
|
||||||
- `rsync` (min. v3.1.1)
|
- `rsync` (min. v3.1.1)
|
||||||
|
|
||||||
### Installation
|
### Installation 🚂
|
||||||
|
|
||||||
###### macOS
|
###### macOS
|
||||||
|
|
||||||
@ -29,12 +29,12 @@ python3 ixesha.py --backup ~/ --output /mnt/backup/home
|
|||||||
|
|
||||||
###### windows
|
###### windows
|
||||||
|
|
||||||
Well... I don't know 😅
|
Well... I don't know...
|
||||||
|
|
||||||
|
|
||||||
## Usage 🚀
|
## Usage 👾
|
||||||
|
|
||||||
### Run 👾
|
### Run 🚀
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python3 ixesha.py --backup <my-folder> --output <where-to-save-it>
|
python3 ixesha.py --backup <my-folder> --output <where-to-save-it>
|
||||||
@ -57,7 +57,7 @@ python3 ixesha.py --backup ~/ --output /mnt/backupdrive/home
|
|||||||
- `-o` `--output` Location where the snapshots will be saved
|
- `-o` `--output` Location where the snapshots will be saved
|
||||||
|
|
||||||
|
|
||||||
### Cron
|
### Cron 🕰
|
||||||
|
|
||||||
If you want to run it every x... you can create a cronjob
|
If you want to run it every x... you can create a cronjob
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user