And `VALUE` corresponds to the value to associate with the key
Check [borg documentation](https://borgbackup.readthedocs.io/en/stable/usage/prune.html) to know what those arguments do. You can also run the command `gblk prune --help` to see a description of those arguments.
...
...
@@ -676,6 +677,7 @@ The way of duplicating and storing an archive folder is not the way borg was int
## Remotes
In order to be able to share your archived results in the `.borg` folder, you use remotes like in git. Remotes can be defined *globally* or *locally*:
- *local* remotes are only defined for a given project
- *global* remotes are available for any gblk projects. It can be usefull if you often want to store your gblk results on a same location.
...
...
@@ -885,7 +887,7 @@ Here are the steps that the pull command execute:
8. Removes borg manifest timestamp and the cache associated to the current project archive folder.
::: {.callout-note}
The pull command saves the inital content of the `.borg` folder inside the `.tmp` directory. **Remember to delte it if the pull is sucessful
The pull command saves the inital content of the `.borg` folder inside the `.tmp` directory. **Remember to delete it if the pull is sucessful**