From 4a4ee9e5e9bde3c6ac06f15ac3c36d9ff638d8fe Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sat, 23 Jun 2018 11:03:46 +0200 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c76e6a1 --- /dev/null +++ b/README.md @@ -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 + +# matrix.py backup /tmp/backup.txt /etc + + +Restore file permissions on /etc based on backup.txt + +# matrix.py restore /tmp/backup.txt /etc +