1 |
slords |
1.1 |
BackupPC's README file for Fedora |
2 |
|
|
|
3 |
|
|
## BackupPC's user |
4 |
|
|
For security reasons, backuppc user cannot log in. If you want to start manual backup (ie for debugging), you'll need to set it a shell : |
5 |
|
|
usermod -s /bin/bash |
6 |
|
|
|
7 |
|
|
Do not forget to create an SSH key (ssk-keygen) and copy it to remote computers if you plan to use tar/rsynv over SSH backup method. |
8 |
|
|
|
9 |
|
|
## BackupPC's web interface |
10 |
|
|
The CGI web interface is located at : |
11 |
|
|
http://localhost/BackupPC |
12 |
|
|
|
13 |
|
|
You will need to create users in /etc/BackupPC/apache.users : |
14 |
|
|
htpasswd -c /etc/BackupPC/apache.users username |
15 |
|
|
(Note that the '-c' flag is only necessary to create the file) |