Project

General

Profile

Actions

Bug #446

closed

On Korutopi, Bacula doesn't take care of Owncloud data.

Added by Pierre-Louis Bonicoli about 9 years ago. Updated about 9 years ago.

Status:
Resolved
Priority:
Normal
Category:
Service :: Backup
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.

Actions done:
  1. 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 #1

Updated by Pierre-Louis Bonicoli about 9 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.

Actions

Also available in: Atom PDF