On 8/30/20 6:47 PM, Tom Cada wrote:

        All of the various BackupPC environment variables such as
        __BACKUPPCUSER__ or __TOPDIR__ are missing.

        If I try as suggested in your documentation

        $ sudo su - __BACKUPPCUSER__
        I get the error
        su: user __BACKUPPCUSER__ does not exist

Not sure those variables would be set for a non-BackupPC user, but, in any case, shouldn't that be:

$ su - $__BACKUPPCUSER__

(i.e., variables are referenced in most cases with the preceding dollar sign.)

--
Tim Evans                       |   5 Chestnut Court
                                |   Owings Mills, MD 21117
                                |   443-394-3864


_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/

Reply via email to