BackupPC-users

Re: [BackupPC-users] Unable to change the storage place

2017-02-12 18:45:16
Subject: Re: [BackupPC-users] Unable to change the storage place
From: Christophe Gouinaud <gouinaud AT free DOT fr>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Sun, 12 Feb 2017 19:44:16 -0400
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 <lesmikesell AT gmail DOT com> a écrit 
> :
> 
> On Sun, Feb 12, 2017 at 12:14 PM, Jan Stransky
> <jan.stransky.ccp4 AT gmail DOT 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
>    lesmikesell AT gmail DOT 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 AT lists.sourceforge DOT 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 AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/