mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-04 01:38:41 +08:00
add default path for borg compact
all examples up until the compact section work under the assumption that you are using the default backup path "/mnt/backup/borg" so path for compact should be the same Signed-off-by: Marius Quabeck <marius.quabeck@nextcloud.com>
This commit is contained in:
parent
81a8352d64
commit
ab8b455b71
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ sudo borg delete --stats --progress "/mnt/backup/borg::20220223_174237-nextcloud
|
|||
# If borg 1.2.0 or higher is installed, you then need to run borg compact in order to clean up the freed space
|
||||
sudo borg --version
|
||||
# If version number of the command above is higher than 1.2.0 you need to run the command below:
|
||||
sudo borg compact "/mnt/backup/"
|
||||
sudo borg compact "/mnt/backup/borg"
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue