Re: [BackupPC-users] Send Test email

2012-07-04 Thread Les Mikesell
On Wed, Jul 4, 2012 at 3:39 PM, Bryan Keadle (.net) wrote: > As referenced here, there was talk of providing a way for sending test > emails. It would be nice to have this ability to test/verify email setup > within BackupPC web GUI. > > However, how/where does BackupPC know what SMTP server to u

[BackupPC-users] Send Test email

2012-07-04 Thread Bryan Keadle (.net)
As referenced here, there was talk of providing a way for sending test emails. It would be nice to have this ability to test/verify email setup within BackupPC web GUI. H

Re: [BackupPC-users] Scripted reload of server configuration

2012-07-04 Thread Bryan Keadle (.net)
Got it working. I added the following line to my script: * sudo -u backuppc /usr/share/BackupPC/bin/BackupPC_serverMesg server reload* On Wed, Jul 4, 2012 at 10:22 AM, Bryan Keadle (.net) wrote: > Excellent - thank you for your reply. Just to be clear, the script I'm > running then I would j

Re: [BackupPC-users] Scripted reload of server configuration

2012-07-04 Thread Bryan Keadle (.net)
Excellent - thank you for your reply. Just to be clear, the script I'm running then I would just add: BackupPC_serverMesg server reload On Wed, Jul 4, 2012 at 6:43 AM, Craig Barratt < cbarr...@users.sourceforge.net> wrote: > On Mon, Jul 2, 2012 at 5:10 AM, Bryan Keadle (.net) wrote: > > I se

Re: [BackupPC-users] windows and Rsyncd : secure connexion ?

2012-07-04 Thread Bryan Keadle (.net)
Here's one: http://www.cs.umd.edu/~cdunne/projs/backuppc_guide.html On Wed, Jul 4, 2012 at 8:27 AM, galemberti greg wrote: > Tks for your reply. > Have you a tutoriel for rsync over ssh under windows ? > > -- > To: backuppc-users@lists.sourceforge.net > Date: Wed, 4

Re: [BackupPC-users] windows and Rsyncd : secure connexion ?

2012-07-04 Thread galemberti greg
Tks for your reply. Have you a tutoriel for rsync over ssh under windows ? To: backuppc-users@lists.sourceforge.net Date: Wed, 4 Jul 2012 08:21:59 -0400 From: tmas...@obscorp.com Subject: Re: [BackupPC-users] windows and Rsyncd : secure connexion ? Depends on what you mean by secure. If you mean

Re: [BackupPC-users] windows and Rsyncd : secure connexion ?

2012-07-04 Thread Timothy J Massey
Depends on what you mean by secure. If you mean, "is the connection encrypted?", then no. You want to use rsync over SSH, which is perfectly possible on Windows as well. Timothy J. Massey Sent from my iPhone On Jul 4, 2012, at 8:34 AM, "galemberti greg" wrote: > Hi, > I have a question : if

[BackupPC-users] windows and Rsyncd : secure connexion ?

2012-07-04 Thread galemberti greg
Hi, I have a question : if I use a backup via rsync on client windows (rsyncd) is what the connection is secure? Thank you for your help. -- Live Security Virtual Conference E

Re: [BackupPC-users] Scripted reload of server configuration

2012-07-04 Thread Craig Barratt
On Mon, Jul 2, 2012 at 5:10 AM, Bryan Keadle (.net) wrote: I see that the perl module, > /usr/share/BackupPC/lib/BackupPC/CGI/ReloadServer.pm allows the daemon to > become aware of the hosts file change. How can I call this module from the > SSI bash script I have that does the provisioning of th