From fe2596dc0e389c0496a384cc1893fddd4742ed37 Mon Sep 17 00:00:00 2001 From: JPVenson Date: Mon, 19 May 2025 03:39:04 +0300 Subject: Add Full system backup feature (#13945) --- MediaBrowser.Common/Configuration/IApplicationPaths.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Common') diff --git a/MediaBrowser.Common/Configuration/IApplicationPaths.cs b/MediaBrowser.Common/Configuration/IApplicationPaths.cs index fa0d8247b..6d1a72b04 100644 --- a/MediaBrowser.Common/Configuration/IApplicationPaths.cs +++ b/MediaBrowser.Common/Configuration/IApplicationPaths.cs @@ -91,6 +91,12 @@ namespace MediaBrowser.Common.Configuration /// The trickplay path. string TrickplayPath { get; } + /// + /// Gets the path used for storing backup archives. + /// + /// The backup path. + string BackupPath { get; } + /// /// Checks and creates all known base paths. /// -- cgit v1.2.3