Re: rsyncing via cron

2003-09-17 Thread Vineet Kumar
* Andy Firman ([EMAIL PROTECTED]) [030917 20:17]: > On Wed, Sep 17, 2003 at 10:30:05AM -0700, Vineet Kumar wrote: > > * Andy Firman ([EMAIL PROTECTED]) [030917 10:18]: > > > I have never used ssh-add but I am doing the same thing you are > > > and I used this very nice how-to that you may find usef

Re: rsyncing via cron

2003-09-17 Thread Andy Firman
On Wed, Sep 17, 2003 at 10:30:05AM -0700, Vineet Kumar wrote: > * Andy Firman ([EMAIL PROTECTED]) [030917 10:18]: > > I have never used ssh-add but I am doing the same thing you are > > and I used this very nice how-to that you may find useful: > > > > http://killyridols.net/rsyncssh.shtml > > Ca

Re: rsyncing via cron

2003-09-17 Thread Rob VanFleet
On Wed, Sep 17, 2003 at 10:30:05AM -0700, Vineet Kumar wrote: > * Andy Firman ([EMAIL PROTECTED]) [030917 10:18]: > > I have never used ssh-add but I am doing the same thing you are > > and I used this very nice how-to that you may find useful: > > > > http://killyridols.net/rsyncssh.shtml > > Ca

Re: rsyncing via cron

2003-09-17 Thread Bob McElrath
Vineet Kumar [EMAIL PROTECTED] wrote: > * Andy Firman ([EMAIL PROTECTED]) [030917 10:18]: > > I have never used ssh-add but I am doing the same thing you are > > and I used this very nice how-to that you may find useful: > > > > http://killyridols.net/rsyncssh.shtml > > Careful with that one. I

Re: rsyncing via cron

2003-09-17 Thread Vineet Kumar
* Andy Firman ([EMAIL PROTECTED]) [030917 10:18]: > I have never used ssh-add but I am doing the same thing you are > and I used this very nice how-to that you may find useful: > > http://killyridols.net/rsyncssh.shtml Careful with that one. I just took a glance at it, and it recommends using an

Re: rsyncing via cron

2003-09-17 Thread Andy Firman
> I would like to backup my computer with rsync regulary with cron to a linux > server. Both computer are running with debian. > > I am using the following script: > > #! /bin/sh > umount /mnt/daten > rsync -bazv -e ssh --backup-dir=/mnt/data/skeeve/backup_wolber /home/wolber/ > [EMAIL PROTECTED

Re: rsyncing via cron

2003-09-17 Thread Tobias Reckhard
I would like to backup my computer with rsync regulary with cron to a linux server. Both computer are running with debian. [snip] The sshkey requires a password but I use ssh-add to activate the key. The key is also at the server. I don't think ssh-add will do, you really do need to make the key

Re: rsyncing via cron

2003-09-17 Thread Karsten M. Self
on Wed, Sep 17, 2003 at 11:51:20AM +0200, Stefan Wolber ([EMAIL PROTECTED]) wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Hi, > > I would like to backup my computer with rsync regulary with cron to a linux > server. Both computer are running with debian. > > I am using the fol

rsyncing via cron

2003-09-17 Thread Stefan Wolber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I would like to backup my computer with rsync regulary with cron to a linux server. Both computer are running with debian. I am using the following script: #! /bin/sh umount /mnt/daten rsync -bazv -e ssh --backup-dir=/mnt/data/skeeve/backup_wo

Re: rsyncing via cron

2003-02-13 Thread Nori Heikkinen
on Thu, 13 Feb 2003 04:34:07PM +1100, Rob Weir insinuated: > On Wed, Feb 12, 2003 at 05:56:35PM -0500, Nori Heikkinen wrote: > > on Sat, 08 Feb 2003 01:01:48PM -0500, sean finney insinuated: > > > On Sat, Feb 08, 2003 at 12:31:00PM -0500, Nori Heikkinen wrote: > > so as i mentioned, this is beautif

Re: rsyncing via cron

2003-02-12 Thread Rob Weir
On Wed, Feb 12, 2003 at 05:56:35PM -0500, Nori Heikkinen wrote: > on Sat, 08 Feb 2003 01:01:48PM -0500, sean finney insinuated: > > On Sat, Feb 08, 2003 at 12:31:00PM -0500, Nori Heikkinen wrote: > > > how can i create a cron job to rsync to a remote system? i use > > > ssh-askpass, but since cron

Re: rsyncing via cron

2003-02-12 Thread Nori Heikkinen
on Sat, 08 Feb 2003 01:01:48PM -0500, sean finney insinuated: > On Sat, Feb 08, 2003 at 12:31:00PM -0500, Nori Heikkinen wrote: > > how can i create a cron job to rsync to a remote system? i use > > ssh-askpass, but since cron runs as root, i get > > ssh-askpass is just a frontend to ssh-add, whi

Re: rsyncing via cron

2003-02-08 Thread Nori Heikkinen
on Sat, 08 Feb 2003 01:01:48PM -0500, sean finney insinuated: > On Sat, Feb 08, 2003 at 12:31:00PM -0500, Nori Heikkinen wrote: > > how can i create a cron job to rsync to a remote system? i use > > ssh-askpass, but since cron runs as root, i get > [...] > if you're trying to use public key authe

Re: rsyncing via cron

2003-02-08 Thread sean finney
hey nori, On Sat, Feb 08, 2003 at 12:31:00PM -0500, Nori Heikkinen wrote: > how can i create a cron job to rsync to a remote system? i use > ssh-askpass, but since cron runs as root, i get ssh-askpass is just a frontend to ssh-add, which is just a means for loading keys into your ssh-agent. ass

rsyncing via cron

2003-02-08 Thread Nori Heikkinen
how can i create a cron job to rsync to a remote system? i use ssh-askpass, but since cron runs as root, i get Permission denied, please try again. Permission denied, please try again. Permission denied (publickey,password,keyboard-interactive). rsync: connection unexpectedly closed (0 bytes read