Index: [Article Count Order] [Thread]

Date:  Thu, 3 Aug 2006 16:25:14 -0600
From:  "Jeff Scott" <jeff (at mark) skislave.com>
Subject:  [coba-e:06192] Re: Using rsync to backup
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <200608032226.k73MQ3DZ031982 (at mark) wb1.tier3.us>
In-Reply-To:  <44D1C2B4.5070200 (at mark) monostar.net>
X-Mail-Count: 06192

Also...if you are going to use rsync over ssh, with null-phasephrase keys, I
found that in some situations, I also had to make sure to remove the few
lines in the root .bashrc file that prompt you about how to change the
network settings, on a new install. 

Jeff

-----Original Message-----
From: Kristian Eklund [mailto:kristian.eklund (at mark) monostar.net] 
Sent: Thursday, August 03, 2006 3:33 AM
To: coba-e (at mark) bluequartz.org
Subject: [coba-e:06188] Re: Using rsync to backup

You can enable Root-login in /etc/ssh/sshd.config -> PermitRootLogin Yes
Then restart sshd: service sshd restart.

You must do this by using su of course.

/Kristian

Bbt Lists wrote:
> Hi there -- I was planning to use rsync to backup my BQ server. Now
> usually I do this as root to avoid any permissions issues. Now with the
> way BQ is designed, you can't ssh in direct to the root user. So hence i
> can't use rsync and ssh to backup my data. Would i mess up my BQ install
> by enabling the root user for SSH?
> 
> Thanks!
>