On Tue, Feb 2, 2021 at 2:45 PM Arnar Þórarinsson <
[email protected]> wrote:
> Hello all,
>
Hellow. I'm the current maintainer of BackupPC for Fedora and EPEL.
> I‘m a new user of BackupPC with some questions (moving away from Amanda).
>
> OS: CentOS 8.3
>
> BackupPC version 4.4.0
>
>
>
> Backuppc-server# sudo -u backuppc ssh-keygen
>
> Generating public/private rsa key pair.
>
> Enter file in which to save the key (/var/lib/BackupPC/.ssh/id_rsa):
>
> Could not create directory '/var/lib/BackupPC/.ssh': Permission denied
>
> Enter passphrase (empty for no passphrase):
>
> Enter same passphrase again:
>
> Saving key "/var/lib/BackupPC/.ssh/id_rsa" failed: No such file or
> directory
>
>
>
> Backuppc-server# ll /var/lib/
>
> drwxr-xr-x. 3 root root 4096 Feb 2 14:58 BackupPC
>
That doesn't look right. For my home install I see:
# ll | grep BackupPC
drwxr-x---. 7 backuppc root 104 Jan 3 07:51 BackupPC
And in the spec file:
%attr(-,backuppc,root) %{_localstatedir}/lib/%{name}/
So the user at least should be backuppc. This has been the case since
before I started maintaining it.
Thanks,
Richard
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/