More docs in README.md

This commit is contained in:
Patrick MARIE 2024-10-08 21:26:44 +02:00
parent 0a429c387c
commit 4b967db658
Signed by: mycroft
GPG Key ID: BB519E5CD8E7BFA7

View File

@ -48,6 +48,8 @@ It is not here. I limited intentionally the workflow to automatically backup 10
```sh
$ git clone git@github.com:mycroft/private-backup.git
$ cd private-backup
$ /bin/bash scripts/backup.sh -r https://github.com/descartes-underwriting/devops-technical-test-data.git -b 01-01-2022-test -d all
Cloning into 'devops-technical-test-data'...
remote: Enumerating objects: 21364, done.
@ -61,11 +63,22 @@ new commit: 46fe26c9dcf2354a0ed3f304ed6818de9606f7b5
new commit: 21e5331d1c0256701bb90cf017e519d54a88f618
new commit: 47998b5317e66b3bd456cfb07268c93e223704f2
...
new commit: 39fb02bb4a57073d202b489e6bcca3279aecfb24
new commit: f20996fbdd4c424b81278ca8dec7e3da4571eca7
done: 4307 commits
$ ls -ld all/* | wc -l
4307
$ cat all/.track
f20996fbdd4c424b81278ca8dec7e3da4571eca7
$ find all/f20996fbdd4c424b81278ca8dec7e3da4571eca7/
ddd/f20996fbdd4c424b81278ca8dec7e3da4571eca7/
ddd/f20996fbdd4c424b81278ca8dec7e3da4571eca7/oild
ddd/f20996fbdd4c424b81278ca8dec7e3da4571eca7/oild/Laugho
ddd/f20996fbdd4c424b81278ca8dec7e3da4571eca7/oild/Laugho/ˈeɪʒə
ddd/f20996fbdd4c424b81278ca8dec7e3da4571eca7/oild/Laugho/ˈeɪʒə/arcluv.txt
```