![]() |
2009-11-30
, 15:16
|
Posts: 316 |
Thanked: 150 times |
Joined on May 2006
|
#2
|
![]() |
2009-11-30
, 15:20
|
|
Posts: 516 |
Thanked: 643 times |
Joined on Oct 2009
@ Denmark/Poland
|
#3
|
The Following User Says Thank You to hopbeat For This Useful Post: | ||
![]() |
2009-11-30
, 15:24
|
|
Posts: 246 |
Thanked: 204 times |
Joined on Jun 2007
@ Potsdam (Germany)
|
#5
|
Take a look at this
![]() |
2009-12-01
, 01:15
|
Posts: 336 |
Thanked: 610 times |
Joined on Apr 2008
@ France
|
#6
|
Hi,
I made a little rsync backup script which syncs the content of a folder on the n900 to a server. This works without a password using public key authentication via ssh.
My question now is: How can I make this little script running once a day? Or maybe once a hour? Is there a recommended solution for this?
Thanks, jukey
![]() |
2009-12-01
, 01:42
|
|
Posts: 445 |
Thanked: 572 times |
Joined on Oct 2009
@ Oxford
|
#7
|
![]() |
2009-12-01
, 01:47
|
Posts: 336 |
Thanked: 610 times |
Joined on Apr 2008
@ France
|
#8
|
That's not really how SSH keys work. It doesn't use CAs and automatically trust anything signed by them, a server will trust a list of particular individual keys. If the device holding the private key is compromised you simply remove that particular key from the authorized keys list.
![]() |
2009-12-01
, 13:50
|
|
Posts: 850 |
Thanked: 626 times |
Joined on Sep 2009
@ Vienna, Austria
|
#9
|
I made a little rsync backup script which syncs the content of a folder on the n900 to a server. This works without a password using public key authentication via ssh.
My question now is: How can I make this little script running once a day? Or maybe once a hour? Is there a recommended solution for this?
Thanks, jukey
Me on twitter