Helo,

The first problem is to use this kind of auto mounting for your disk. 

It is for simple user not to use in an system administrator point of view.

To move /var/lib/backuppc  to a new disk permanently you must at least.

Stop backuppc
add a permanetly entry in the /etc/fstab file to mount your new disk in 
/var/lib/backuppc
move backuppc to backuppc.old (use mv …)
recreate the diectory (mkdir /var/lib/backuppc)
mount your new disk (use mount /var/lib/backuppc if your /etc/fstab is correct 
is suffisant)
give the good owner (chown backuppc /var/lib/backuppc)
give the good group (chgrp backuppc /var/lib/backuppc)
move the existing files (rsync or tar …)
restart backuppc

and take a long breath.

Best regard.

C. G



> Le 12 févr. 2017 à 18:24, Les Mikesell <lesmikes...@gmail.com> a écrit :
> 
> On Sun, Feb 12, 2017 at 12:14 PM, Jan Stransky
> <jan.stransky.c...@gmail.com> wrote:
>> I would rather use:
>> chmod -r o+rX /path
>> It adds execute only to directories, and keeps on files when present.
> 
> Not sure it is desirable to add the extra permissions below the point
> where it is owned by backuppc.
> 
> -- 
>  Les Mikesell
>    lesmikes...@gmail.com
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:    http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to