[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Backup files with ordinary user.
- To: Ben-Nes Michael <miki(at-nospam)canaan.co.il>
- Subject: Re: Backup files with ordinary user.
- From: Tzafrir Cohen <tzafrir(at-nospam)technion.ac.il>
- Date: Tue, 3 Jul 2001 13:53:31 +0300 (IDT)
- cc: linux ILUG <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <010d01c103aa$9329d340$aa5796d4@canaan.co.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
On Tue, 3 Jul 2001, Ben-Nes Michael wrote:
> Hi All
>
> I want to backup my servers files using tar from a central Location.
> To do this im using ssh with RSAauth to log from my backup server to all the
> other servers.
>
> I log using ordinary user to be on the safer side but then I can't read some
> directories ( for instance: /var/spool/croon - rwx______ )
> I thought of few options:
>
> 1. adding the ordinary user to root Group
> 2. add access to some directive like chgrp or chmod
> 3. tar as root - I don't like this option
4. Backup as root locally to somewhere that is accessible by local
oridinary user
5. Perform tar as root through ssh, but limit the connection using the
commannd= option of the autorised_keys file
--
Tzafrir Cohen
mailto:tzafrir@technion.ac.il
http://www.technion.ac.il/~tzafrir
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il