From 75740dd64d19b7a5e3a21c8a42fe5eaaa7b75798 Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sat, 23 Jun 2018 11:07:33 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c76e6a1..97744fe 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,16 @@ # 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 +## Usage + Backup file permissions of /etc on /tmp/backup.txt + -# matrix.py backup /tmp/backup.txt /etc +matrix.py backup /tmp/backup.txt /etc Restore file permissions on /etc based on backup.txt + -# matrix.py restore /tmp/backup.txt /etc +matrix.py restore /tmp/backup.txt /etc