Add Full system backup feature (#13945)

This commit is contained in:
JPVenson
2025-05-19 03:39:04 +03:00
committed by GitHub
parent cdbf4752b9
commit fe2596dc0e
21 changed files with 841 additions and 21 deletions

View File

@@ -91,6 +91,12 @@ namespace MediaBrowser.Common.Configuration
/// <value>The trickplay path.</value>
string TrickplayPath { get; }
/// <summary>
/// Gets the path used for storing backup archives.
/// </summary>
/// <value>The backup path.</value>
string BackupPath { get; }
/// <summary>
/// Checks and creates all known base paths.
/// </summary>