19a9a07
BackupPC's README file for Fedora
19a9a07
19a9a07
## BackupPC's user
19a9a07
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 :
19a9a07
usermod -s /bin/bash
19a9a07
19a9a07
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.
19a9a07
19a9a07
## BackupPC's web interface
19a9a07
The CGI web interface is located at :
19a9a07
http://localhost/BackupPC
19a9a07
19a9a07
You will need to create users in /etc/BackupPC/apache.users :
19a9a07
htpasswd -c /etc/BackupPC/apache.users username
19a9a07
(Note that the '-c' flag is only necessary to create the file)