d51543e
BackupPC's README file for Fedora & EPEL
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 :
d51543e
d51543e
Permanent:
05fc0b3
usermod -s /bin/bash backuppc
3b7cf04
d51543e
or
d51543e
d51543e
Temporary:
d51543e
su -s /bin/bash -l backuppc
d51543e
d51543e
05fc0b3
Do not forget to create an SSH key (ssk-keygen) as the backuppc user and copy
05fc0b3
it to remote computers if you plan to use tar/rsync over SSH backup method.
3b7cf04
d51543e
The easiest way to do this (after logging in as the backuppc user) is to use ssh-copy-id
d51543e
05fc0b3
ssh-copy-id <user>@<host>
05fc0b3
05fc0b3
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 :
05fc0b3
htpasswd /etc/BackupPC/apache.users <username>
d51543e
d51543e
Once complete, add that user as an admin in config.pl:
d51543e
d51543e
$Conf{BackupPCUser} = '<username>'