From e1dc1edbdb879f27d779df29645537901b0223aa Mon Sep 17 00:00:00 2001 From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr> Date: Wed, 15 May 2024 11:31:15 +0200 Subject: [PATCH] update README.qmd slides/slides.qmd --- README.qmd | 4 ++-- slides/slides.qmd | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.qmd b/README.qmd index f96d39c..7b26160 100644 --- a/README.qmd +++ b/README.qmd @@ -713,7 +713,7 @@ When you produce some results for a particular project, you may want to share th ::: {.callout-important} -When pushing archives to a remote folder, you lose the file deduplication between them. So make sure to push only the archives you want to share with other. +When pushing archives to a remote folder, you lose the **deduplication advantages**. So make sure to push only the archives you want to share with others. ::: ::: {.callout-note} @@ -841,7 +841,7 @@ Clone must be used with a *path* and not a remote name. ::: ::: {.callout-note} -When cloning archives from a remote folder, gblk will ensure that all archive names correspond to exiting commits in your git project. +When cloning archives from a remote folder, gblk will ensure that all archive names correspond to exiting commits in your git project. ::: diff --git a/slides/slides.qmd b/slides/slides.qmd index d16d367..5a5af3e 100644 --- a/slides/slides.qmd +++ b/slides/slides.qmd @@ -1231,7 +1231,7 @@ If you work with other people you might have trouble: if you pull a gblk remote When you produce some results for a particular project, you may want to *share them with others* who are working with you. With gblk you can share your `.borg` repository with others or update it with chnages done by others. ::: {.callout-important} -When pushing archives to a remote folder, you lose the file deduplication between them. So make sure to push only the archives you want to share with other. +When pushing archives to a remote folder, you lose the **deduplication advantages**. So make sure to push only the archives you want to share with others. ::: . . . -- GitLab