Update README.md
This commit is contained in:
parent
4a4ee9e5e9
commit
75740dd64d
@ -1,13 +1,16 @@
|
|||||||
# matrix
|
# matrix
|
||||||
Matrix is a small program that saves permissions on directory to a file and can restore it on another directory (or another machine)
|
Matrix is a small program that saves permissions on directory to a file and can restore it on another directory (or another machine)
|
||||||
|
|
||||||
# Usage
|
## Usage
|
||||||
|
|
||||||
Backup file permissions of /etc on /tmp/backup.txt
|
Backup file permissions of /etc on /tmp/backup.txt
|
||||||
|
|
||||||
<code>
|
<code>
|
||||||
# matrix.py backup /tmp/backup.txt /etc
|
matrix.py backup /tmp/backup.txt /etc
|
||||||
</code>
|
</code>
|
||||||
|
|
||||||
Restore file permissions on /etc based on backup.txt
|
Restore file permissions on /etc based on backup.txt
|
||||||
|
|
||||||
<code>
|
<code>
|
||||||
# matrix.py restore /tmp/backup.txt /etc
|
matrix.py restore /tmp/backup.txt /etc
|
||||||
</code>
|
</code>
|
||||||
|
Loading…
Reference in New Issue
Block a user