不再备份和还原应用日志信息
This commit is contained in:
parent
099346b58b
commit
c7a1945dc8
|
@ -410,9 +410,11 @@ void Utils::excludeSomeHomePath(QStringList &excludes)
|
|||
QString home("/home/");
|
||||
home += item;
|
||||
excludes << home + "/.box";
|
||||
excludes << home + "/.log";
|
||||
QString dataHome("/data/home/");
|
||||
dataHome += item;
|
||||
excludes << dataHome + "/.box";
|
||||
excludes << dataHome + "/.log";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue