David writes:
> I'm using backuppc to backup several computers and I have troubles with
> filenames containing accents : when browsing backups on the backuppc
> server, accents aren't displayed correctly. That's quite annoying.
>
> I tried to set the $Conf{ClientCharset} variable to ISO-8859-1 or
Pradeep writes:
> I wonder how can I instruct BackupPC to backup only a certain directory.
> Attached is the screen shot of my configuration .
>
> Here I have defined the smbshare as 'C$" and '/NessusDB' , but BackupPC
> instead of backing up /NessusDB backs up the whole of 'C$'.
In the CGI edit
Here's the localhost.pl file that I use.
#
# Local server backup of /etc as user backuppc
#
$Conf{XferMethod} = 'tar';
$Conf{TarShareName} = ['/etc'];
$Conf{TarClientCmd} = '/usr/bin/env LC_ALL=C /usr/bin/sudo $tarPath'
. ' -c -v -f - -C $shareName --totals';
# let it
I can't make backup of one host.
It always fails in one and the same place, saying "Can't write 32782
bytes to socket".
The last backup is a partial backup.
The method used is rsyncd, remote server is Windows 2003.
Locally, BackupPC 3.0.0 is used.
create d 755 400/401 0 lot/Prof
Hi everybody,
I'm using backuppc to backup several computers and I have troubles with
filenames containing accents : when browsing backups on the backuppc
server, accents aren't displayed correctly. That's quite annoying.
I tried to set the $Conf{ClientCharset} variable to ISO-8859-1 or cp1252
as
Hiya,
I am trying to find out how to manually change the next wake up schedule in
BackupPC (not in the configuration). To be more clear my BackupPC say's
"Next wakeup is 2007-04-12 01:00:00" , how can I change it to " 2007-04-12
02:00:00" .
cheers...
./Pradeep
--