We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdaeb08 commit c42feafCopy full SHA for c42feaf
src/server/backup/rustic.go
@@ -599,7 +599,7 @@ func getCacheDir() string {
599
return filepath.Join(repoBasePath, "rustic-cache")
600
}
601
// Always use a dedicated rustic-cache directory for S3 backups
602
- return "/var/lib/pterodactyl/rustic-cache"
+ return "/var/lib/elytra/rustic-cache"
603
604
605
// createTarGzArchive creates a tar.gz archive from a directory and writes it to the provided writer
@@ -678,4 +678,4 @@ func createTarGzArchive(sourceDir string, writer io.Writer) error {
678
679
log.WithField("file_count", fileCount).WithField("dir_count", dirCount).Info("backup tar archive created successfully")
680
return err
681
-}
+}
0 commit comments