[BackupPC-users] Automatically stopping running backups during business hours

2009-07-11 Thread Langdon Stevenson
I have a number of servers at remote sites that get backed up over ADSL connections. Usually the backups run in an hour or two outside of business hours which is fine. However occasionally a user will add a large number of files to a server, causing the backup to take much longer. This causes a

Re: [BackupPC-users] PST files -- accelerated "retiring"?

2009-07-11 Thread Rob Owens
On Wed, Jul 08, 2009 at 09:34:42AM -0400, Ken D'Ambrosio wrote: > Hi, all. Not having used BackupPC for about five years, I was wondering, > first and foremost, if there had come into existence a mechanism for > backing up open PST files. Secondly, since PST files are > disproportionately large w

Re: [BackupPC-users] DumpPreShareCmd returned error status 65280 if the command returned 0

2009-07-11 Thread John Rouillard
On Sat, Jul 11, 2009 at 01:27:39PM +0200, Matthias Meyer wrote: > I use backuppc 3.1.0-4lenny1 (Debian). > I have a bash script, run as DumpPreShareCmd, which should return 0 or 1. > Unfortunately > BackupPC didn't receive the return codes from my script. There is a flag in the config file that y

[BackupPC-users] DumpPreShareCmd returned error status 65280 if the command returned 0

2009-07-11 Thread Matthias Meyer
Hello, I use backuppc 3.1.0-4lenny1 (Debian). I have a bash script, run as DumpPreShareCmd, which should return 0 or 1. Unfortunately BackupPC didn't receive the return codes from my script. For test I have made a script which contains only two lines: #! /bin/bash exit 0 The __LOGDIR__/LOG cont