BackupPC_archiveStart script broken
Bug #514544 reported by
james
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
backuppc (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Binary package hint: backuppc
backuppc_3.1.0-4
It should be possible to create an archive using the above script.
This results in an error:
Error: /usr/share/
Steps to recreate:
1. configure an archive host through the web interface
2. run the script /usr/share/
Workaround is to specify the full path of the in the archive host's config file, for example
$Conf{ArchiveComp} = '/bin/gzip';
instead of:
$Conf{ArchiveComp} = 'gzip';
Changed in backuppc (Ubuntu): | |
importance: | Undecided → Medium |
status: | New → Triaged |
To post a comment you must log in.
Can you reproduce this bug with latest backuppc 3.2 version from Ubuntu Natty ?