mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 18:27:08 -07:00
Only backup database and config file before update
This commit is contained in:
parent
85b211738b
commit
e16a6f2b9c
4 changed files with 27 additions and 9 deletions
|
@ -26,6 +26,7 @@ namespace NzbDrone.Common.Disk
|
|||
void CopyFolder(string source, string destination);
|
||||
void MoveFolder(string source, string destination);
|
||||
void DeleteFile(string path);
|
||||
void CopyFile(string source, string destination, bool overwrite = false);
|
||||
void MoveFile(string source, string destination);
|
||||
void DeleteFolder(string path, bool recursive);
|
||||
string ReadAllText(string filePath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue