Re: [Nssbackup-team] [Question #62814]: nssbackup cron job not created

2009-05-11 Thread lastico
Question #62814 on NSsbackup changed:
https://answers.launchpad.net/nssbackup/+question/62814

lastico requested for more information:
thanks Anton,

In fact, I understand it is a problem of path to execute nssbackup, so I
modified the original file (/etc/cron.d/nssbackup) to obtain this. With
this configuration i have a backup every hour :

SHELL=/bin/bash 
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

0 * * * *   rootif [ -x '/usr/share/nssbackup/nssbackup' ]; then
/usr/share/nssbackup/nssbackup; fi;

So, this modification is a solution to solve my problem but i prefer
your method which consist to create a link. When i create a link with
your command i get a link named daily' with the contain :

if [ -x /usr/bin/nssbackupd ]
then /usr/bin/nssbackupd
elif [ -x /usr/local/bin/nssbackupd ]
then /usr/local/bin/nssbackupd
fi

so the link refer to the good target but there is not any param of cron.
Must we add : 0 * * * *root?

thanks for your help !!


ps : sorry for my low level in english but i do my best

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #62814]: nssbackup cron job not created

2009-05-11 Thread Anton
Question #62814 on NSsbackup changed:
https://answers.launchpad.net/nssbackup/+question/62814

Anton proposed the following answer:
lastico wrote:
 Question #62814 on NSsbackup changed:
 https://answers.launchpad.net/nssbackup/+question/62814
 
 lastico requested for more information:
 thanks Anton,
 
 In fact, I understand it is a problem of path to execute nssbackup, so I
 modified the original file (/etc/cron.d/nssbackup) to obtain this. With
 this configuration i have a backup every hour :
[...]
 so the link refer to the good target but there is not any param of cron.
 Must we add : 0 * * * *root?

The simpler solution might be to create a link in the /etc/cron.hourly 
directory, like 'sudo ln -s /usr/bin/nssbackup /etc/cron.hourly'.


 ps : sorry for my low level in english but i do my best


No problem, all native speakers we can't be ;-)

Groetjes,

Anton.

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] Confused noob

2009-05-11 Thread Landon Jurgens
Dear Team,

I've been watching the mailing list and for a while and have been
trying to download the code and try. I'm an eclipse user and have a good
handle on that.

What I'm confused about is the association between launchpad and
sourceforge. when looking at one of the code pages
(https://code.launchpad.net/~vcs-imports/sbackup/trunk) I see the text
This branch is an import of the Subversion branch from
https://sbackup.svn.sourceforge.net/svnroot/sbackup/trunk; so I'm
wondering if when I'm looking at the code if I should be using the
bazaar location or the subversion location.

I was hoping to start using the latest code to start doing some
debugging so I was hoping to use the branch location where current
development is being made.

Thanks for your guidance
Landon

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp