mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
Add Full system backup feature (#13945)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user