Files in top directory not backed up with default maxsize=-1
Bug #300167 reported by
bytebybyte
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
sbackup | Status tracked in Trunk | |||||
0.10 |
Fix Committed
|
Medium
|
Unassigned | |||
Trunk |
Invalid
|
Undecided
|
Unassigned |
Bug Description
In "Branch for collecting patches for 0.10.5" (Revision 18, bzr branch lp:sbackup/0.10.5).
New default value of maxsize = -1 in /etc/sbackup.conf should not exclude any files based on size. One part of logic checks for
maxsize > 0 and s.st_size > maxsize
other part just checks
s.st_size > maxsize
and therefore it skips all files there when maxsize = -1
See attachment for fix.
Related branches
Changed in sbackup: | |
assignee: | nobody → mascha |
To post a comment you must log in.
Thank you for your patch I applied it.