Bug #655
Multiple backuppc package issues
| Status: | Closed | Start date: | 05/20/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | Aports | |||
| Target version: | Alpine 2.2.1 |
Description
1. Remove extra 'data/BackupPC/' from paths. Correct path is: /var/lib/BackupPC
2. Add '/var/lib/BackupPC/log' directory to package contents or to after-install script
3. Add symbolic link '/var/www/htdocs/BackupPC/index.cgi' pointing to '/var/www/cgi-bin/BackupPC_Admin'
4. In 'config.pl' the parameter '$Conf{CgiImageDir}' should like this: $Conf{CgiImageDir} = 'var/www/htdocs/BackupPC/';
5. Fix 'backuppc' user home folder. It should match BackupPC insall path /var/lib/BackupPC
6. Fix 'backuppc' user description is wrong, replace 'BackuPC' with 'BackupPC' ("p" is missing)
History
Updated by Leonardo Arena about 1 year ago
- Category set to Aports
- Status changed from New to Resolved
- Assignee set to Leonardo Arena
- Target version set to Alpine 2.2.1
- % Done changed from 0 to 100
iilluzion _ wrote:
1. Remove extra 'data/BackupPC/' from paths. Correct path is: /var/lib/BackupPC
done
2. Add '/var/lib/BackupPC/log' directory to package contents or to after-install script
I believe it should stay in /var/log/BackupPC as standard, isn't it?
3. Add symbolic link '/var/www/htdocs/BackupPC/index.cgi' pointing to '/var/www/cgi-bin/BackupPC_Admin'
done
4. In 'config.pl' the parameter '$Conf{CgiImageDir}' should like this: $Conf{CgiImageDir} = 'var/www/htdocs/BackupPC/';
Probably fixed by #1.
5. Fix 'backuppc' user home folder. It should match BackupPC insall path /var/lib/BackupPC
done
6. Fix 'backuppc' user description is wrong, replace 'BackuPC' with 'BackupPC' ("p" is missing)
done
Fixes applied in changeset a9c9ec740b900602f8f5885cb1c19ec238ead6b2
Updated by iilluzion _ about 1 year ago
2. Add '/var/lib/BackupPC/log' directory to package contents or to after-install script
I believe it should stay in /var/log/BackupPC as standard, isn't it?
BackupPC logs are very specific and not in standard 'messages'-like format. Also logs are quite large since include detailed info about all files being backed up during a session. Also the standard place for BackupPC logs is BackupPC data directory. So I would thing better to keep it this way: /var/lib/BackupPC/log.
Updated by Natanael Copa 12 months ago
- Status changed from Resolved to Closed