mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Fixed bug which leads to too many transfered files
This commit is contained in:
parent
a54bb6f663
commit
a314458295
@ -1461,9 +1461,14 @@ bool BackupServerGet::doIncrBackup(void)
|
||||
indir_currdepth=0;
|
||||
|
||||
if(cf.name!=L"..")
|
||||
indir_currdepth=1;
|
||||
{
|
||||
if(r_offline==false )
|
||||
indir_currdepth=1;
|
||||
}
|
||||
else
|
||||
{
|
||||
--changelevel;
|
||||
}
|
||||
}
|
||||
else if(indirchange==true && r_offline==false)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user