File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Backup.py provides the following features:
11
11
## Install
12
12
13
13
Backup.py uses rsync:
14
- ``` bash
14
+ ```
15
15
apt install rsync
16
16
```
17
17
@@ -48,24 +48,24 @@ List all available profiles:
48
48
backup.py
49
49
```
50
50
51
- Start test run for profile "mydata ":
51
+ Start test run for profile "home2nas ":
52
52
```
53
- backup.py -n --delete mydata
53
+ backup.py -n --delete home2nas
54
54
```
55
55
56
- Start backup of profile named "mydata " and delete files in target directory:
56
+ Start backup of profile named "home2nas " and delete files in target directory:
57
57
```
58
- backup.py --delete mydata
58
+ backup.py --delete home2nas
59
59
```
60
60
61
- Start backup of profile named "mydata " and "opt ". Do not delete files in target directory:
61
+ Start backup of profile named "home2nas " and "opt2nas ". Do not delete files in target directory:
62
62
```
63
- backup.py mydata opt
63
+ backup.py home2nas opt2nas
64
64
```
65
65
66
- Use alisas to make backup even more easier: ????????????
66
+ Use alisas to make backup even more easier:
67
67
```
68
- alias backup.all .try='backup.py -n --delete mydata opt '
69
- alias backup.all .run='backup.py --delete mydata opt '
68
+ alias backup.homeopt2nas .try='backup.py -n --delete home2nas opt2nas '
69
+ alias backup.homeopt2nas .run='backup.py --delete home2nas opt2nas '
70
70
```
71
71
You can’t perform that action at this time.
0 commit comments