Actions
Bug #446
closedOn 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;
Actions