Bug #446
On Korutopi, Bacula doesn't take care of Owncloud data.
Start date:
2015-03-02
Due date:
% Done:
100%
Estimated time:
Patch Available:
Confirmed:
Yes
Branch:
Entity:
DuckCorp
Security:
Help Needed:
Description
On Korutopi, /var/lib/owncloud/data
is not included in the filesets of Toushirou (/etc/bacula/filesets/general_data_Toushirou-fd
).
On Toushirou, size of /var/lib/owncloud/data
is 6.1G.
- Add
/var/lib/owncloud/data
to/etc/bacula/filesets/general_data_Toushirou-fd
This issue will be closed once the modification has been taken in account.
The following query could be used in order to check if a path is present in the backups:
SELECT * from Path where Path LIKE '/var/lib/owncloud%';
or
SELECT DISTINCT Path, Name FROM File LEFT JOIN Path ON File.PathId=Path.Pathid LEFT JOIN Filename ON File.FilenameId = Filename.FilenameId WHERE Path LIKE '/var/lib/owncloud%' ORDER BY Path, Name LIMIT 100;
History
Updated by Pierre-Louis Bonicoli about 8 years ago
- Status changed from In Progress to Resolved
- % Done changed from 50 to 100
/var/lib/owncloud/data
directory is included in the backups made by bacula
on korutopi
.