3b7cf04
BackupPC's README file for Fedora
3b7cf04
3b7cf04
## BackupPC's user
Bernard Johnson 1acf842
For security reasons, backuppc user cannot log in. If you want to start manual
Bernard Johnson 1acf842
backup (ie for debugging), you'll need to set it a shell :
3b7cf04
usermod -s /bin/bash
3b7cf04
Bernard Johnson 1acf842
Do not forget to create an SSH key (ssk-keygen) and copy it to remote computers
Bernard Johnson 1acf842
if you plan to use tar/rsync over SSH backup method.
3b7cf04
3b7cf04
## BackupPC's web interface
3b7cf04
The CGI web interface is located at :
3b7cf04
http://localhost/BackupPC
3b7cf04
3b7cf04
You will need to create users in /etc/BackupPC/apache.users :
3b7cf04
htpasswd -c /etc/BackupPC/apache.users username
3b7cf04
(Note that the '-c' flag is only necessary to create the file)