Compare commits

...

2 Commits

Author SHA1 Message Date
Clemens Schwaighofer
924014688e Update gitignore file with backup lock files 2025-12-04 09:57:54 +09:00
Clemens Schwaighofer
f9a58171cc Bump version to v4.8.0 2025-12-04 09:35:08 +09:00
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.cache/
.config/
# various borg files that need to be ignored
borg.backup.settings
borg.backup.*.settings
borg.backup.*.include
@@ -7,3 +8,4 @@ borg.backup.*.exclude
borg.backup.*.schema-only
borg.backup.*.init
borg.backup.*.compact
borg.backup.*.lock

View File

@@ -32,7 +32,7 @@ function version {
}
# version for all general files
VERSION="4.7.3";
VERSION="4.8.0";
# borg version and borg comamnd
BORG_VERSION="";