Update README.md
This commit is contained in:
parent
75740dd64d
commit
1cee844848
10
README.md
10
README.md
@ -1,16 +1,18 @@
|
||||
# matrix
|
||||
Matrix is a small program that saves permissions on directory to a file and can restore it on another directory (or another machine)
|
||||
|
||||
![alt text](http://www.lepoint.fr/images/2017/10/27/10978762lpw-10979123-article-jpg_4669854.jpg "Matrix")
|
||||
|
||||
## Usage
|
||||
|
||||
Backup file permissions of /etc on /tmp/backup.txt
|
||||
|
||||
<code>
|
||||
```
|
||||
matrix.py backup /tmp/backup.txt /etc
|
||||
</code>
|
||||
```
|
||||
|
||||
Restore file permissions on /etc based on backup.txt
|
||||
|
||||
<code>
|
||||
```
|
||||
matrix.py restore /tmp/backup.txt /etc
|
||||
</code>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user