Create README.md
This commit is contained in:
parent
ace902d4db
commit
4a4ee9e5e9
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# matrix
|
||||
Matrix is a small program that saves permissions on directory to a file and can restore it on another directory (or another machine)
|
||||
|
||||
# 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