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