Re: [BackupPC-users] Backup PC on SSL

2016-05-31 Thread Dmitry Katsubo
On 2016-05-31 11:06, FLORENT Philippe wrote: > > It's the defaut config file after install, the problem is that it's a config, > not a virtual host > And I have no ide how to set that up > > Ssl seems to work > > CONNECTED(0003) > 140357952337552:error:140770FC:SSL routines:SSL23_GET_SERVER

Re: [BackupPC-users] Backup PC on SSL

2016-05-30 Thread Dmitry Katsubo
Hi, It's difficult to guess, perhaps you could provide a complete vhost declaration? My guess could be completely unrelated, but have you checked that you have enabled SSL vhost: SSLEngine on ... If so, try connecting to port 443 with telnet, or better with openssl: $ openssl s_cl

Re: [BackupPC-users] Wildcard support in BackupFilesOnly/BackupFilesExclude

2016-05-29 Thread Dmitry Katsubo
On 2016-05-02 19:23, Dmitry Katsubo wrote: > On 2016-04-29 15:20, Bowie Bailey wrote: >> On 4/29/2016 7:04 AM, Dmitry Katsubo wrote: >>> Hello everyone, >>> >>> I wonder if there is any support for wildcards in >>> BackupFilesOnly/BackupFilesExclude &g

Re: [BackupPC-users] Wildcard support in BackupFilesOnly/BackupFilesExclude

2016-05-02 Thread Dmitry Katsubo
On 2016-04-29 15:20, Bowie Bailey wrote: > On 4/29/2016 7:04 AM, Dmitry Katsubo wrote: >> Hello everyone, >> >> I wonder if there is any support for wildcards in >> BackupFilesOnly/BackupFilesExclude >> configuration options? This has been raised several times in t

[BackupPC-users] Wildcard support in BackupFilesOnly/BackupFilesExclude

2016-04-29 Thread Dmitry Katsubo
Hello everyone, I wonder if there is any support for wildcards in BackupFilesOnly/BackupFilesExclude configuration options? This has been raised several times in this maillist (see [1]-[5]) and seems to be a desired feature. However for me personally it does not work. I am using BackupPC to bac

[BackupPC-users] How to include files to backup by mask?

2011-12-24 Thread Dmitry Katsubo
Dear BackupPC users, I search for the way to include only files by mask for backup. Unfortunately, as I see from documentation, $Conf{BackupFilesOnly} does not support wildcards. I could have used $Conf{BackupFilesExclude} to exclude unnecessary files, but the list will be too long. Perhaps there

Re: [BackupPC-users] URL to restore a particular file from the latest backup

2011-12-19 Thread Dmitry Katsubo
On 19.12.2011 12:53, Tim Fletcher wrote: > does -1 work as that is short hand for latest in some of the commandline > tools Unfortunately it replies: Error: Can't restore bad file /invoice.pdf (-1, Documents) -- With best regards, Dmitry

[BackupPC-users] URL to restore a particular file from the latest backup

2011-12-19 Thread Dmitry Katsubo
Dear BackupPC users! I wonder if it is possible to construct URL for file restore, that will always refer the latest backup (in particular by skipping "num" parameter or giving it a special value)? For example, currently the file "invoice.pdf" can be restored from backup 204 as follows: https://

Re: [BackupPC-users] can't load hosts summary

2010-05-13 Thread Dmitry Katsubo
Sabuj Pattanayek wrote on 12.05.2010 18:10: > Arggh you're right! I had too many firefox tabs open across multiple > windows. I opened up seamonkey (while keeping FF open) and was able to > load hosts summary without problems. After restarting FF (after > installing firebug) and going back to 1 win

Re: [BackupPC-users] can't load hosts summary

2010-05-12 Thread Dmitry Katsubo
Hi Sabuj! Sabuj Pattanayek wrote on 11/05/2010 22:15: > On one of my backuppc servers, when I click hosts summary, the browser > just spins and spins while it tries to load the hosts summary page but > it never completes. I can however, go to each of the hosts that are > backed up and even browse

[BackupPC-users] Restore ZIP archive: always downloaded as broken

2010-05-11 Thread Dmitry Katsubo
Dear BackupPC maillist! I have a problem when restoring the files using web interface: downloaded ZIP archive is always broken. This is definitely not a network problem, as I was testing on files of very small size. In all cases the downloaded archive was 651 bytes long (so I conclude, it contains

Re: [BackupPC-users] The dread "Unable to read 4 bytes" / "Read EOF: Connection reset by peer"

2010-05-11 Thread Dmitry Katsubo
Maybe you have some tricky alias for ssh? For example I have: $ type ssh ssh is aliased to `ssh -C' So try to run exactly the same command (with full path) as is noticed in log file from the shell: Nick Bright wrote on 11/05/2010 03:14: > Running: /usr/bin/ssh -q -x -l root TargetServer /usr/bin

[BackupPC-users] Additional host IP resolution techniques are needed

2010-02-10 Thread Dmitry Katsubo
Dear backuppc users! In some configurations nmblookup does not reliably resolve Windows host IP address (due to firewall or security setting) and ping does not work either, because of domain search problem