Merge pull request #2273 from nextcloud/MariusQuabeck-patch-1

add default path for borg compact
This commit is contained in:
Simon L 2023-04-05 11:58:44 +02:00 committed by GitHub
commit e55500640b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 # 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 sudo borg --version
# If version number of the command above is higher than 1.2.0 you need to run the command below: # 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"
``` ```