Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git_borg_linker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
Hub
git_borg_linker
Commits
9e137393
Verified
Commit
9e137393
authored
Feb 14, 2023
by
nfontrod
Browse files
Options
Downloads
Patches
Plain Diff
Readme.md: update
parent
c9889915
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Readme.md
+11
-11
11 additions, 11 deletions
Readme.md
with
11 additions
and
11 deletions
Readme.md
+
11
−
11
View file @
9e137393
...
@@ -14,7 +14,7 @@ To install borg, you can go to [borg's installation page](https://borgbackup.rea
...
@@ -14,7 +14,7 @@ To install borg, you can go to [borg's installation page](https://borgbackup.rea
As gblk is written in rust, you need to install it with:
As gblk is written in rust, you need to install it with:
```
ba
sh
```
sh
curl
--proto
'=https'
--tlsv1
.2
-sSf
https://sh.rustup.rs | sh
curl
--proto
'=https'
--tlsv1
.2
-sSf
https://sh.rustup.rs | sh
```
```
...
@@ -409,7 +409,7 @@ Note that you can also display the differences between images. To be able to do
...
@@ -409,7 +409,7 @@ Note that you can also display the differences between images. To be able to do
so,
[
imagemagick
](
https://imagemagick.org/script/index.php
)
must be installed.
so,
[
imagemagick
](
https://imagemagick.org/script/index.php
)
must be installed.
You
you plan to make pdf diff, you might want to change imagemagick
`/etc/ImageMagick-[VERSION]/policy.xml`
and replacing the line:
If
you plan to make pdf diff, you might want to change imagemagick
`/etc/ImageMagick-[VERSION]/policy.xml`
and replacing the line:
```
xml
```
xml
<policy
domain=
"coder"
rights=
"none"
pattern=
"PDF"
/>
<policy
domain=
"coder"
rights=
"none"
pattern=
"PDF"
/>
...
@@ -489,17 +489,17 @@ Note that this command doesn't actually free disk space. You have to use `gblk c
...
@@ -489,17 +489,17 @@ Note that this command doesn't actually free disk space. You have to use `gblk c
To display the help of gblk delete, run the following command:
To display the help of gblk delete, run the following command:
```
```
bash
gblk delete
-h
# -h for compact help, --help for a more exhaustive help
gblk delete
-h
# -h for compact help, --help for a more exhaustive help
```
```
To see what archive you are about to remove, enter
To see what archive you are about to remove, enter
```
```
sh
gblk delete
--list
--dry-run
[
OTHER_OPTIONS]
gblk delete
--list
--dry-run
[
OTHER_OPTIONS]
```
```
-
The
`dry-run`
option will keep the archive unchanged
-
The
`
--
dry-run`
option will keep the archive unchanged
-
The
`--list`
option will display what was deleted (without
`--dry-run`
option) or what would be deleted (with the
`dry-run`
option)
-
The
`--list`
option will display what was deleted (without
`--dry-run`
option) or what would be deleted (with the
`dry-run`
option)
# Prune command
# Prune command
...
@@ -514,13 +514,13 @@ Note that this command doesn't actually free disk space. You have to use `gblk c
...
@@ -514,13 +514,13 @@ Note that this command doesn't actually free disk space. You have to use `gblk c
To display the help of
`gblk prune`
, run the following command:
To display the help of
`gblk prune`
, run the following command:
```
```
sh
gblk prune
-h
# -h for compact help, --help for a more exhaustive help
gblk prune
-h
# -h for compact help, --help for a more exhaustive help
```
```
To see what archives you are about to remove, enter
To see what archives you are about to remove, enter
```
```
sh
gblk prune
--list
--dry-run
[
OTHER_OPTIONS]
gblk prune
--list
--dry-run
[
OTHER_OPTIONS]
```
```
...
@@ -533,13 +533,13 @@ You can use this command after deleting one or more archives because it will rea
...
@@ -533,13 +533,13 @@ You can use this command after deleting one or more archives because it will rea
To use this command, you can run:
To use this command, you can run:
```
```
sh
gblk compact
# -h for compact help, --help for a more exhaustive help
gblk compact
# -h for compact help, --help for a more exhaustive help
```
```
To compact you
`.borg`
folder, you can run
To compact you
`.borg`
folder, you can run
```
```
sh
gblk compact
--verbose
gblk compact
--verbose
```
```
...
@@ -603,7 +603,7 @@ keep_monthly = 5
...
@@ -603,7 +603,7 @@ keep_monthly = 5
To remove a setting previouly defined in the local configuration file you can enter the following command
To remove a setting previouly defined in the local configuration file you can enter the following command
```
```
sh
gblk config
rm
<KEY>
[
--global
]
gblk config
rm
<KEY>
[
--global
]
```
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment