[BackupPC-users] Backing up datas on a NFS mount

2006-03-03 Thread Alain

Hello all,

I'm trying to set up a backkuppc server running on a server and backing 
up datas from hosts of our local network on another server.
I thought the best way to do that was to create a nfs mount point and to 
modify backuppc to save datas on this mount point instead of 
/var/lib/backuppc (my distro is a Debian one).

But it doesn't work, I have many problems.
Is there another way to do that, or could someone explain me the way to 
make it work ?


Thanks,

Alain


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Backing up data on a NFS mount

2006-03-14 Thread Alain

Hello all,

I've already used backuppc for test purpose, and found it's a great product.
Now, I'm trying to set up a "true" backuppc server.
My problem is that i can't backup datas on the server where backuppc is 
running, so I try to set up a NFS mount where backuppc will store datas.
I made a hard link from the backuppc default data dir to the nfs mount, 
but backuppc doesn't start.
If I use the backuppc default data dir, everything seems to work. I then 
stopped backuppc, moved the data from the data dir to the NFS mount, 
made a hard link to the NFS mount , and then tried to restart backuppc 
=> fails (open pidfile /var/lib/backuppc/log/BackupPC.pid: Permission 
denied).


Where's my mistake ?
Thanks,

Alain


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Windows XP reboots while rsyncing

2006-03-15 Thread Alain

Hi all,

We have two Windows XP hosts that sometimes reboots while backuppc is 
backing up datas from these hosts.

The backup method chosen on both hosts is rsyncd.
It seems that the problem occurs while running a X11 server on these hosts.
Has anyone ever seen this problem ?

Thanks,

Alain


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Errors while saving /etc and /home directories

2006-03-16 Thread Alain

Hi all,

I'm trying to set up a new backuppc server, but when backuppc saves the 
localhost's /etc dir, it indicates lots of errors like these :


/bin/tar: ./ppp/peers: Cannot savedir: Permission denied
...
/bin/tar: ./cups/cupsd.conf: Cannot open: Permission denied
...
and so on.

If I ask backuppc to save the /home dir I got the same problem.

Is there anyway to fix this ?
Thanks,

Alain





---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Errors while saving /etc and /home directories

2006-03-16 Thread Alain

Alain a écrit :

Hi all,

I'm trying to set up a new backuppc server, but when backuppc saves 
the localhost's /etc dir, it indicates lots of errors like these :


/bin/tar: ./ppp/peers: Cannot savedir: Permission denied
...
/bin/tar: ./cups/cupsd.conf: Cannot open: Permission denied
...
and so on.

If I ask backuppc to save the /home dir I got the same problem.

Is there anyway to fix this ?
Thanks,

Alain


Ooops !

I reply to my question: by re-reading the backuppc FAQ, I modified the 
tarClientCmd as indicated to use sudo, and that worked.

Sorry for the noise...

Alain


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Restore of localhost fails: using tar + ssh instead of tar

2006-09-11 Thread Alain
Hi all,

I'm using BackupPC on a debian sarge server since a while, and I have to 
restore some files on the server.
Each time I try a restore, it fails with the error: ssh_askpass: 
exec(/usr/bin/ssh-askpass): No such file or directory

It's strange because I backup my local server using tar method without ssh.
Here is my localhost.pl file:

#
# Local server backup of /etc as user backuppc
#
$Conf{XferMethod} = 'tar';

$Conf{TarShareName} = ['/home', '/etc'];

$Conf{TarClientCmd} = '/usr/bin/env LANG=fr /usr/bin/sudo $tarPath -c -v 
-f - -C $shareName'
. ' --totals';

$Conf{TarIncrArgs} = '--newer=$incrDate $fileList+';

$Conf{BackupFilesExclude} = '/home/users';

$Conf{BlackoutPeriods} = [
{
hourBegin =>  8.0,
hourEnd   => 20.0,
    weekDays  => [1, 2, 3, 4, 5],
},
];

Any suggestion is welcomed !

Thanks,

Alain
solo:/etc/backuppc# joe localhost.pl
Processing '/etc/joe/joerc'...done
Processing '/etc/joe/joerc'...done
^[  I A  localhost.pl (perl)  ]; Row 26   
Col 1   10:54  Ctrl-K H for help
#
# Local server backup of /etc as user backuppc
#
$Conf{XferMethod} = 'tar';

$Conf{TarShareName} = ['/home', '/etc'];

$Conf{TarClientCmd} = '/usr/bin/env LANG=fr /usr/bin/sudo $tarPath -c -v 
-f - -C $shareName'
. ' --totals';

$Conf{TarIncrArgs} = '--newer=$incrDate $fileList+';

$Conf{BackupFilesExclude} = '/home/users';

# Les dates et heures de sauvegarde de solo n'ont pas les memes 
contraintes que celles des
# autres PC du reseau
$Conf{BlackoutPeriods} = [
{
hourBegin =>  8.0,
hourEnd   => 20.0,
weekDays  => [1, 2, 3, 4, 5],
},
];
















File localhost.pl not changed so no update needed.
solo:/etc/backuppc# cat localhost.pl
#
# Local server backup of /etc as user backuppc
#
$Conf{XferMethod} = 'tar';

$Conf{TarShareName} = ['/home', '/etc'];

$Conf{TarClientCmd} = '/usr/bin/env LANG=fr /usr/bin/sudo $tarPath -c -v 
-f - -C $shareName'
. ' --totals';

$Conf{TarIncrArgs} = '--newer=$incrDate $fileList+';

$Conf{BackupFilesExclude} = '/home/users';

# Les dates et heures de sauvegarde de solo n'ont pas les memes 
contraintes que celles des
# autres PC du reseau
$Conf{BlackoutPeriods} = [
{
hourBegin =>  8.0,
hourEnd   => 20.0,
weekDays  => [1, 2, 3, 4, 5],
},
];


solo:/etc/backuppc# #
solo:/etc/backuppc# # Local server backup of /etc as user backuppc
solo:/etc/backuppc# #
solo:/etc/backuppc# $Conf{XferMethod} = 'tar';

$Conf{TarShareName} = ['/home', '/etc'];

$Conf{TarClientCmd} = '/usr/bin/env LANG=fr /usr/bin/sudo $tarPath -c -v 
-f - -C $shareName'
. ' --totals';

$Conf{TarIncrArgs} = '--newer=$incrDate $fileList+';

$Conf{BackupFilesExclude} = '/home/users';

# Les dates et heures de sauvegarde de solo n'ont pas les memes 
contraintes que celles des
# autres PC du reseau
$Conf{BlackoutPeriods} = [
{
hourBegin =>  8.0,
-bash: {XferMethod}: command not found
solo:/etc/backuppc#
solo:/etc/backuppc# $Conf{TarShareName} = ['/home', '/etc'];
-bash: {TarShareName}: command not found
solo:/etc/backuppc#
solo:/etc/backuppc# $Conf{TarClientCmd} = '/usr/bin/env LANG=fr 
/usr/bin/sudo $tarPath -c -v -f - -C $shareName'
-bash: {TarClientCmd}: command not found
solo:/etc/backuppc# . ' --totals';
-bash:  --totals: Aucun fichier ou répertoire de ce type
solo:/etc/backuppc#
solo:/etc/backuppc# $Conf{TarIncrArgs} = '--newer=$incrDate $fileList+';
-bash: {TarIncrArgs}: command not found
solo:/etc/backuppc#
solo:/etc/backuppc# $Conf{BackupFilesExclude} = '/home/users';
-bash: {BackupFilesExclude}: command not found
solo:/etc/backuppc#
solo:/etc/backuppc# # Les dates et heures de sauvegarde de solo n'ont 
pas les memes contraintes que celles des
solo:/etc/backuppc# # autres PC du reseau
solo:/etc/backuppc# $Conf{BlackoutPeriods} = [
-bash: {BlackoutPeriods}: command not found
solo:/etc/backuppc# {
 > hourBegin =>  8.0,
 > hourEnd   => 20.0,
 > weekDays  => [1, 2, 3, 4, 5],
 > },
 > ];
 >
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backuppc#
solo:/etc/backup

Re: [BackupPC-users] Error: directory is empty ... on cgi/website

2014-06-23 Thread Alain Péan
Le 23/06/2014 13:03, abel elenas a écrit :
>
> trying to restore a backup recently i've got this message on the 
> backup website :
>
> Erreur: Le répertoire 
> /var/lib/BackupPC//pc/pr033070.ietr.univ-rennes1.fr/65 est vide
>
> which can be translatte by error : the folder 
> /var/lib/BackupPC//pc/toto/65 is empty
>
> indeed the folder is not empty , and i can restore some file by 
> command line but well none of my undreed of computer
>
> are easily restorable now. The basic rights thing are ok , and i have 
> allready try to chmod a+r on none accessible backup
>
> without doesn't change much.
>
> thing that can be instersting is :
>
> ls 65 :
>
> backupInfo  fd$
>
> yep no attrib file there ... i will found one in fd$ ...
>
> si if anyone have any clue tips on how to reallow my website to see my 
> backup...
>
> all advice will be most welcome
>

Hi,

Which version of Linux do you use ? There has just been a thread 
previoulsly entitled "difficulties" with a similar problem, related to 
the change to apache 2.4 in Ubuntu. Is this the same problem ? Did you 
read the previous thread ?
The config files are no more located in the same directory 
(sites-enabled), so the message, 'the directory is empty'.

Alain

--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Error: directory is empty ... on cgi/website

2014-06-23 Thread Alain Péan
Le 23/06/2014 14:47, Alain Péan a écrit :
> /var/lib/BackupPC//pc/pr033070.ietr.univ-rennes1.fr/65 est vide

After re-reading the mail, I think the upgrade to Apache 2.4 is not here 
the culprit. It seems to me that the path "/var/lib/BackupPC//pc..."
is incorrect with two '//' before 'pc'. I remember to had such a 
problem, it is certainly a mistake in your configuration file, 
config.pl, you should certainly remove a '/' at the the end of a path 
(perhaps TopDir ?) ?

Alain

-- 
Administrateur Système/Réseau
Laboratoire de Photonique et Nanostructures (LPN/CNRS - UPR20)
Centre de Recherche Alcatel Data IV - Marcoussis
route de Nozay - 91460 Marcoussis
Tel : 01-69-63-61-34


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Strange ssh problems trying to do restore to localhost

2016-10-09 Thread Alain Mouette
Hi,
I am new here and I am still experimenting with BackupPC, but I am worried 
too about this problem...

This is a common scenario where a machine goes down, nobody can help?


-
Alain Mouette



A 7 de outubro de 2016 14:16:37 adam...@cyberspaceroad.com escreveu:

> One of my hosts died completely and needs replacing, but in the meantime I
> had to restorer some of the files to the localhost where backuppc is
> running.
>
> I used the GUI to set up the restore job, but it immediately failed with
> the usual suspect: ssh problems. Since I'd had to solve that problem
> before, making sure that the passwordless ssh login between host and
> client worked.
>
> In this case, backuppc is trying to ssh to localhost.
>
> I went back to the command line and set up ssh so that it can now
> passwordless-ssh to itself either as root or as backuppc. I tested both
> cases with all combinations:
>
> sudo -u backuppc ssh backuppc@127.0.0.1 whoami
> sudo -u backuppc ssh backuppc@localhost whoami
> sudo -u backuppc ssh backuppc@gondor whoami
>
> and they all work nicely.
>
> However this seems to have made backuppc's problems worse, and now I get
> the error appearing not just once as before, but 3 times as copied from
> the log file below:
>
> Contents of file
> /media/adam/WDPassport2T/backuppc/pc/localhost/RestoreLOG.8.z, modified
> 2016-10-07 16:34:22
>
> Running: /usr/bin/ssh -q -x -l root localhost env LC_ALL=C /bin/tar -x -p
> --numeric-owner --same-owner -v -f - -C
> Running: /usr/share/backuppc/bin/BackupPC_tarCreate -h fangorn -n 72 -s
> /cygdrive/d/Documents -t -r / -p /home/adam/fangorn/ /
> Xfer PIDs are now 25659,25660
> No protocol specified
>
> (ssh-askpass:25663): Gtk-WARNING **: cannot open display: :0.0
> No protocol specified
>
> (ssh-askpass:25664): Gtk-WARNING **: cannot open display: :0.0
> No protocol specified
>
> (ssh-askpass:25665): Gtk-WARNING **: cannot open display: :0.0
> Tar exited with error 65280 () status
> tarCreate: Unable to write to output file (Connection reset by peer)
> restore failed: BackupPC_tarCreate failed
>
> So has anyone seen this before? Is there some backuppc-foo that I need to
> do, or is ssh just not set up properly still?
>
> Regards
> Adam
>
>
>
>
> --
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/




--
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


[BackupPC-users] BackupPC 4 status?

2016-10-25 Thread Alain Mouette

What is version 4 status?

I want to start an alternative to all other bacups that I already have, so:

1) will it get to a status such as "_hopefully stable_" by the beguining 
of the year?

2) what can I expect from current 4 version:
- will it blow up my PC?
- may I loos everything and have to start over again
- I could have a fixable intermitent problem

Or is it not usable for now?

thanks,
Alain
--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Version 4 vs 3

2016-10-27 Thread Alain Mouette
I also asked about version 4 here but got zero answers...

It dos look a bit abandoned, who is working o it?

-
Alain Mouette



A 27 de outubro de 2016 12:45:04 Jan Novak  escreveu:

> Hi all,
>
> in standard enviroment (only linux enviroment), what ist the right
> version to use?
> At sourceforge i can see latest version4 from 2013 -will it be developed
> or ist this version dead?
>
> Jan
>
>
> --
> The Command Line: Reinvented for Modern Developers
> Did the resurgence of CLI tooling catch you by surprise?
> Reconnect with the command line and become more productive.
> Learn the new .NET and ASP.NET CLI. Get your free copy!
> http://sdm.link/telerik
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/




--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Version 4 vs 3

2016-10-27 Thread Alain Mouette

On 27-10-2016 13:16, Bowie Bailey wrote:
> The BackupPC project has a single developer who tends to be rather busy
> most of the time, so development happens in bursts with months or years
> between releases.
Thank you very much for your grat work!

> but I know
> there are some people on the list who have been using it version 4 for
> some time now.

Hi guys, could you give us some information about it?

Alain


--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Version 4 vs 3

2016-10-27 Thread Alain Mouette
After all this discussion, I see that version 4 is alive :)
So I will start using version 3 as leraning material

I already have a backup system that I want to change (a little expensive 
but paid for another year),
but I can wait, and start all over with systems in parallel for some time


On 27-10-2016 14:36, Johan Ehnberg wrote:
>
> On 10/27/2016 07:23 PM, Alain Mouette wrote:
>> On 27-10-2016 13:16, Bowie Bailey wrote:
>>> The BackupPC project has a single developer who tends to be rather busy
>>> most of the time, so development happens in bursts with months or years
>>> between releases.
>> Thank you very much for your grat work!
>>
>>> but I know
>>> there are some people on the list who have been using it version 4 for
>>> some time now.
>> Hi guys, could you give us some information about it?
> Have a look at the v4 documentation intro for an overview of features:
> https://github.com/backuppc/backuppc/blob/master/doc-src/BackupPC.pod
>
> And the issues for an idea of the status of development:
> https://github.com/backuppc/backuppc/issues
>
> For me using rsync, v4 is promising to become cloud capable where v3 is
> not. V4 has some excellent new features such as checksum matching before
> transfer. However, some features that make BackupPC great, such as
> checksum caching, are not yet implemented, making v4 still much slower
> in those cases.
>
> Best regards,
> Johan Ehnberg
>
> --
> The Command Line: Reinvented for Modern Developers
> Did the resurgence of CLI tooling catch you by surprise?
> Reconnect with the command line and become more productive.
> Learn the new .NET and ASP.NET CLI. Get your free copy!
> http://sdm.link/telerik
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
>



--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Version 4 vs 3

2016-10-28 Thread Alain Mouette


On 28-10-2016 04:56, Gandalf Corvotempesta wrote:


Il 28 ott 2016 01:04, "Adam Goryachev" 
<mailto:mailingli...@websitemanagers.com.au>> ha scritto:

> Doing work recently (adding new hosts) I realised that performance on v4
> is hit hard because of a couple of "bugs" (undeveloped sharp edges)
> which makes it do a full fsck on all existing backups after every new
> backup (or partial), and if you have a large number of backups, and/or a
> lot of files on the machines, then this will cause some significant drop
> in performance.
>

This is why I've trashed away backuppc by replacing it with plain 
rsnapshot


There was no way to backup 250GB hosts with 4 or 5 millions of files 
due to the forced fsck almost every time


Please, I went reading about rsnapshot and it also makes extensive use 
of hard-links, does it perform differently than BackupPC about this?
And what file system were you having trouble with? Was it Ext4 as seems 
to be recommended?


Alain

--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Installation of BackupPC

2011-07-19 Thread Alain Péan
Hi Jiawhei,

Le 19/07/2011 10:24, jiahwei a écrit :
> Hi,
>
> I am trying to install the BackupPC onto Linux Redhat 64 bit OS.
>
> Anyone can give me the steps by step installation of the BackupPC.
>
> Thanks.!
>

I would give the same advice as Tyler J. Wagner, install from 
repository. It is avalable from EPEL repository. I did it for centOS 6. 
Depending on your RHEL version, you have to install the corresponding 
EPEL repository, for example :
# rpm -Uvh 
http://download.fedora.redhat.com/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm

Then :
# yum install backuppc

It installs a rather old version of BackupPC (3.1, current is 3.2.1), 
but if you don't mind, it is the easiest way.

Then follow the CentOS HowTo, a bit outdated too, but still useful :
http://wiki.centos.org/HowTos/BackupPC

Alain

-- 
======
Alain Péan - LPP/CNRS
Administrateur Système/Réseau
Laboratoire de Physique des Plasmas - UMR 7648
Observatoire de Saint-Maur
4, av de Neptune, Bat. A
94100 Saint-Maur des Fossés
Tel : 01-45-11-42-39 - Fax : 01-48-89-44-33
==


--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Installation of BackupPC

2011-07-20 Thread Alain Péan
Le 20/07/2011 15:01, Richard Shaw a écrit :
> On Wed, Jul 20, 2011 at 4:27 AM, jiahwei
>   wrote:
>> Hi Richard,
>>
>> I tried to start backup pc by using the command : ./backuppc start
>> and i got this following error
>>
>> Starting BackupPC: No language setting
>> BackupPC::Lib->new failed
>>[FAILED]
> Under Ubuntu you need to use the sudo command as you need to be "root"
> to start system services, i.e.:
>
> $ sudo /etc/init.d/backuppc start
>

Jiahwei said previously that he was under RHEL 6. So there, it is better 
to use :
# service backuppc start

You have also to start apache, that is httpd :
# service httpd start

(and in order they start at boot : chkconfig backuppc on; chkconfig 
httpd on).

But before doing that, you have to configure BackupPC and Apache. See 
the link I already gave :
http://wiki.centos.org/HowTos/BackupPC

The address of the server is :
server.domain.com/BackupPC  (adapt to your hostname and domain)

Alain

-- 
==
Alain Péan - LPP/CNRS
Administrateur Système/Réseau
Laboratoire de Physique des Plasmas - UMR 7648
Observatoire de Saint-Maur
4, av de Neptune, Bat. A
94100 Saint-Maur des Fossés
Tel : 01-45-11-42-39 - Fax : 01-48-89-44-33
==


--
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Installation of BackupPC

2011-07-20 Thread Alain Péan
Le 20/07/2011 17:37, Richard Shaw a écrit :
> On Wed, Jul 20, 2011 at 10:14 AM, Alain Péan
>   wrote:
>> Jiahwei said previously that he was under RHEL 6. So there, it is better
> DOH! I don't know why I thought he was on a deb based system.
>

Because I think there was the same question from LarsN, who was under 
Ubuntu. Same question, two users, confusing...

Alain

-- 
==
Alain Péan - LPP/CNRS
Administrateur Système/Réseau
Laboratoire de Physique des Plasmas - UMR 7648
Observatoire de Saint-Maur
4, av de Neptune, Bat. A
94100 Saint-Maur des Fossés
Tel : 01-45-11-42-39 - Fax : 01-48-89-44-33
==


--
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Installation of BackupPC

2011-07-22 Thread Alain Péan
Hi Jiahwei,

As you can see, you have a problem with a hardlink. The default location 
for BachpPC data pool is /var/lib/BackupPC. I guess you tried to change 
this location to another one, by setting a hard link. I tried this 
myself, and it failed. Whad I did, is to mount an external storage under 
/backup, copied the content of /var/lib/BackupPC inside (with the same 
owner, backuppc, and rights), and change the configuration in 
/etc/BackupPC/config.pl :

#$Conf{TopDir}  = '/var/lib/BackupPC/';
$Conf{TopDir} = '/backup';

Hope this helps.

Alain

Le 22/07/2011 06:37, jiahwei a écrit :
> Hi,
>
> now it returned me this error when i tried to start the backupc pc by typing 
> service backuppc start
>
> Starting BackupPC: 2011-07-22 12:36:40 Can't create a test hardlink between a 
> file in /data/BackupPC/pc and /data/BackupPC/cpool.  Either these are 
> different file systems, or this file system doesn't support hardlinks, or 
> these directories don't exist, or there is a permissions problem, or the file 
> system is out of inodes or full.  Use df, df -i, and ls -ld to check each of 
> these possibilities. Quitting...
> [FAILED]
>
> +--
> |This was sent by jiahwei_cvs...@hotmail.com via Backup Central.
> |Forward SPAM to ab...@backupcentral.com.
> +--
>
>
>
> --
> 10 Tips for Better Web Security
> Learn 10 ways to better secure your business today. Topics covered include:
> Web security, SSL, hacker attacks&  Denial of Service (DoS), private keys,
> security Microsoft Exchange, secure Instant Messaging, and much more.
> http://www.accelacomm.com/jaw/sfnl/114/51426210/
> ___
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/


--
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backing up of Windows Client Machine

2011-07-27 Thread Alain Péan
Le 27/07/2011 10:46, jiahwei a écrit :
> Hi,
>
> I would need some guidance to installing samba on the windows Xp client 
> machine so that I can do the backup on my Backuppc host which is running on 
> Redhat.
>
>
> Read some of the thread that it would require the cygwin. Can anyone tell me 
> more about it?
> Would appreciate much help.
>
> Thanks. =)
>
>

Hi jiahwei,

I think you have to learn some system administration... Samba is not a 
software to install on windows XP. In fact, SMB (Server Message Block) 
is a protocole that is used since at least 20 years by microsoft for 
"shares", that permit the exchange of data between windows machines 
inside a same workgroup/domain. Nothing to install. Just know that, by 
default, there exist "administative" shares for each partitions : c$, 
d$, ...
Samba is a Linux/Unix software that was developped to simulate this 
protocol, and allow Linux/Unix machines to share data (and more), with 
windows machine. That is what is useful here.

Cygwin is another method to access the data, using rsync or rsyncd. In 
fact, BackupPC can use four methods to backup the PCs : smb (for 
windows), rsync, rsyncd, or FTP. You can configure the method you want 
for each host using the web interface.

Did you read the documentation ?
http://backuppc.sourceforge.net/faq/BackupPC.html#step_5__client_setup

Alain

-- 
==
Alain Péan - LPP/CNRS
Administrateur Système/Réseau
Laboratoire de Physique des Plasmas - UMR 7648
Observatoire de Saint-Maur
4, av de Neptune, Bat. A
94100 Saint-Maur des Fossés
Tel : 01-45-11-42-39 - Fax : 01-48-89-44-33
==


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backing up of Windows Client Machine

2011-07-27 Thread Alain Péan
Le 27/07/2011 16:20, Alain Péan a écrit :
> Le 27/07/2011 10:46, jiahwei a écrit :
>> Hi,
>>
>> I would need some guidance to installing samba on the windows Xp client 
>> machine so that I can do the backup on my Backuppc host which is running on 
>> Redhat.
>>
>>
>> Read some of the thread that it would require the cygwin. Can anyone tell me 
>> more about it?
>> Would appreciate much help.
>>
>> Thanks. =)
>>
>>
> Hi jiahwei,
>
> I think you have to learn some system administration... Samba is not a
> software to install on windows XP. In fact, SMB (Server Message Block)
> is a protocole that is used since at least 20 years by microsoft for
> "shares", that permit the exchange of data between windows machines
> inside a same workgroup/domain. Nothing to install. Just know that, by
> default, there exist "administative" shares for each partitions : c$,
> d$, ...
> Samba is a Linux/Unix software that was developped to simulate this
> protocol, and allow Linux/Unix machines to share data (and more), with
> windows machine. That is what is useful here.
>
> Cygwin is another method to access the data, using rsync or rsyncd. In
> fact, BackupPC can use four methods to backup the PCs : smb (for
> windows), rsync, rsyncd, or FTP. You can configure the method you want
> for each host using the web interface.
>
> Did you read the documentation ?
> http://backuppc.sourceforge.net/faq/BackupPC.html#step_5__client_setup
>
> Alain
>

Just a correction, the fourth method is tar, FTP method is just planned, 
if I remember correctly.

Alain

-- 
==
Alain Péan - LPP/CNRS
Administrateur Système/Réseau
Laboratoire de Physique des Plasmas - UMR 7648
Observatoire de Saint-Maur
4, av de Neptune, Bat. A
94100 Saint-Maur des Fossés
Tel : 01-45-11-42-39 - Fax : 01-48-89-44-33
==


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backing up of Windows Client Machine

2011-07-28 Thread Alain Péan
Le 28/07/2011 09:27, jiahwei a écrit :
> I tried backing it up.
>
> I installed samba on backuppc. I had the windows share configured already.
>
> I received this error.
>
>
>
>
>
> Contents of file /var/lib/BackupPC/pc/gisnb350/XferLOG.bad.z, modified 
> 2011-07-28 12:29:18
>
> Running: /usr/bin/smbclient gisnb350\\C\$ -I 10.217.22.85 -U 
> GENOME\\administrator -E -N -d 1 -c tarmode\ full -Tc - C\$
> full backup started for share C$
> Xfer PIDs are now 6514,6513
> Domain=[GENOME] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
> tarmode is now full, system, hidden, noreset, verbose
> NT_STATUS_NO_SUCH_FILE listing \C$
> tar: dumped 0 files and directories
> Total bytes written: 0
> tarExtract: Done: 0 errors, 0 filesExist, 0 sizeExist, 0 sizeExistComp, 0 
> filesTotal, 0 sizeTotal
> Got fatal error during xfer (No files dumped for share C$)
> Backup aborted (No files dumped for share C$)
> Not saving this as a partial backup since it has fewer files than the prior 
> one (got 0 and 0 files versus 0)
>
>
> Kindly advise..
>
> thanks.
>
> +--

Hi Jiahwei,

I tried myself to setup a backup of a windows machine (windows vista 64 
bits, and 7 64 bits) using smb, and had an error similar (NT_STATUS... 
), but not identical to you, if I remember correctly. I am using 
BackupPC 3.1 from the EPEL repository, and found after some research, 
that newer version of samba were not compatible with the smbclient 
option '-N'.

So, I removed the -N option, modifying the line SmbClientFullCmd in the 
web interface, and after that, all went OK. See :
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/283652

Your case is perhaps not the same, but if you use backuppc 3.1, you will 
certainly face this problem.

Alain

-- 
==
Alain Péan - LPP/CNRS
Administrateur Système/Réseau
Laboratoire de Physique des Plasmas - UMR 7648
Observatoire de Saint-Maur
4, av de Neptune, Bat. A
94100 Saint-Maur des Fossés
Tel : 01-45-11-42-39 - Fax : 01-48-89-44-33
==


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backing up of Windows Client Machine

2011-07-28 Thread Alain Péan
Le 28/07/2011 16:50, Les Mikesell a écrit :
> On 7/28/2011 9:16 AM, Alain Péan wrote:
>> I tried myself to setup a backup of a windows machine (windows vista 64
>> bits, and 7 64 bits) using smb, and had an error similar (NT_STATUS...
>> ), but not identical to you, if I remember correctly. I am using
>> BackupPC 3.1 from the EPEL repository, and found after some research,
>> that newer version of samba were not compatible with the smbclient
>> option '-N'.
>>
>> So, I removed the -N option, modifying the line SmbClientFullCmd in the
>> web interface, and after that, all went OK. See :
>> https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/283652
>>
>> Your case is perhaps not the same, but if you use backuppc 3.1, you will
>> certainly face this problem.
> First make sure that the login/password you are using works to connect
> to the share from a windows client, then try the same connection from
> linux using smbclient (which should give you an ftp-like interface).  If
> you can do it from smbclient but the backuppc connection isn't working,
> then it may be the way the -N option works.   I've forgotten what
> version of samba introduced the change that made it fail.
>

Hi Les,

Thanks for your advice, but it is indeed what I tried, and it succeded 
with something like :
# smbclient client-machine\\F\$ -U administrator

I was able to list the content of the f$ share with ls.

I am using SL6 as BackupPC server, and samba version is 3.5.4.

So removing the '-N' did the trick for me.

Cheers,
Alain

-- 
==
Alain Péan - LPP/CNRS
Administrateur Système/Réseau
Laboratoire de Physique des Plasmas - UMR 7648
Observatoire de Saint-Maur
4, av de Neptune, Bat. A
94100 Saint-Maur des Fossés
Tel : 01-45-11-42-39 - Fax : 01-48-89-44-33
==


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backing up of Windows Client Machine

2011-07-28 Thread Alain Péan
Le 28/07/2011 17:38, Les Mikesell a écrit :
> On 7/28/2011 10:13 AM, Alain Péan wrote:
>
>> Hi Les,
>>
>> Thanks for your advice, but it is indeed what I tried, and it succeded
>> with something like :
>> # smbclient client-machine\\F\$ -U administrator
>>
>> I was able to list the content of the f$ share with ls.
>>
>> I am using SL6 as BackupPC server, and samba version is 3.5.4.
>>
>> So removing the '-N' did the trick for me.
> I didn't mean to imply that this was the wrong thing to do, just that it
> only affects systems with certain versions of samba so it is worth
> making sure that the failure is not due to some other issue first.
>

Les, I agree with you. In fact, the error message I got (in Xfer log), 
was NT_STATUS_ACCESS_DENIED.

As the above command was working, I knew there was no problems with my 
credentials. So I did some research, and found this Ubuntu bug report. 
As my Samba version is recent (and needed for me, as I have a 2008 R2 
domain, and joined the server using kerberos and ads), I thought it 
could be the problem, and tried. And it succeeded.

But you are right, you have to verify first that your credentials are 
correct, because the context and problem may be different, and the 
solution not the same in other cases.

Alain

-- 
==
Alain Péan - LPP/CNRS
Administrateur Système/Réseau
Laboratoire de Physique des Plasmas - UMR 7648
Observatoire de Saint-Maur
4, av de Neptune, Bat. A
94100 Saint-Maur des Fossés
Tel : 01-45-11-42-39 - Fax : 01-48-89-44-33
==


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backing up of Windows Client Machine

2011-07-29 Thread Alain Péan
Le 29/07/2011 10:51, jiahwei a écrit :
> Hi Bowie,
>
> this is my config for GISNB350
>
> $Conf{XferMethod} = 'smb';
> $Conf{SmbShareName} = [
>'C$'
> ];
> $Conf{BackupFilesOnly} = {
>'*' =>  [
>  'C$'
>]
> };
> $Conf{SmbShareUserName} = 'GISNB350\\administrator';
> $Conf{SmbSharePasswd} = 'Toedwy-L3';
> $Conf{SmbClientFullCmd} = '$smbClientPath $host\\$shareName $I_option -U 
> $userName -E -d 1 -c tarmode\\ full -Tc$X_option - $fileList';
> $Conf{SmbClientIncrCmd} = '$smbClientPath $host\\$shareName $I_option -U 
> $userName -E -d 1 -c tarmode\\ full -TcN$X_option $timeStampFile - $fileList';
> $Conf{SmbClientRestoreCmd} = '$smbClientPath $host\\$shareName $I_option 
> -U $userName -E -d 1 -c tarmode\\ full -Tx -';
> ~
> ~
>
>
>
>
> Hi all,
>
> I had already removed the -N but it's stil not working.
>
> I am able to list the content of my C$. My credentials are correct
>
>

Hi Jiahwei,

I wonder if the line $Conf{BackupFilesOnly} = { '*' => [ 'C$' ] is 
correct. I think it is C$ first, then '/some_folder'.

If you want to backup all C$, I think the preceeding line is sufficient 
$Conf{SmbShareName} = [ 'C$' ];

Personnally, I want to backup only some folders inside F$, so I use the 
second option with, in my case (in the web interface) :
BackupFilesOnly : F$, then add : /My_Docs   (to backup only the folder 
My_Docs).

It is working for me on a win 7 64 bits PC.

Hopes this helps.

Alain

-- 
==
Alain Péan - LPP/CNRS
Administrateur Système/Réseau
Laboratoire de Physique des Plasmas - UMR 7648
Observatoire de Saint-Maur
4, av de Neptune, Bat. A
94100 Saint-Maur des Fossés
Tel : 01-45-11-42-39 - Fax : 01-48-89-44-33
==


--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backing up of Windows Client Machine

2011-07-30 Thread Alain Péan

Le 30/07/2011 00:36, ow...@netptc.net a écrit :



___

Alain

1.  The samba wiki advises the use of a later version of samba to
support Win7.  What samba version are you on?

2.  The same wiki advises a couple of registry patches to the Win7
machine.  Did you find them necessary?

Larry



Hi Larry,

I am using samba 3.5.6, which is shipped with Scientific Linux 6 (a 
clone of RHEL 6). I found it was required to use this version, not for 
win 7, but because I recently migrated  from windows 2003 R2 to 2008 R2, 
as domain servers for an Active Directory domain. Windows 2008 R2 uses 
stronger cryptology to communicate with clients, and the main change I 
had to do is to adapt the encryption types used in /etc/krb5.conf :


[libdefaults]
  default_realm = DOMAIN.COM
  default_tgs_enctypes = arcfour-hmac-md5 des-cbc-crc des-cbc-md5 
des3-hmac-sha1
  default_tkt_enctypes = arcfour-hmac-md5 des-cbc-crc des-cbc-md5 
des3-hmac-sha1

  clockskew = 300

See :
http://itscblog.tamu.edu/joining-samba-to-a-windows-2008-r2-domain/

I also migrated from samba ( 3.0.33) to samba3x (3.5.6) on CentOS 5.6 
machines, with the same changes in enctypes.


I did not apply any particular registry patches ton win 7 machines.

Alain
--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Backing up of Windows Client Machine

2011-07-30 Thread Alain Péan

Le 30/07/2011 10:08, Alain Péan a écrit :

Le 30/07/2011 00:36, ow...@netptc.net a écrit :



___

Alain

1.  The samba wiki advises the use of a later version of samba to
support Win7.  What samba version are you on?

2.  The same wiki advises a couple of registry patches to the
Win7 machine.  Did you find them necessary?

Larry



Hi Larry,

I am using samba 3.5.6, which is shipped with Scientific Linux 6 (a 
clone of RHEL 6). I found it was required to use this version, not for 
win 7, but because I recently migrated  from windows 2003 R2 to 2008 
R2, as domain servers for an Active Directory domain. Windows 2008 R2 
uses stronger cryptology to communicate with clients, and the main 
change I had to do is to adapt the encryption types used in 
/etc/krb5.conf :


[libdefaults]
  default_realm = DOMAIN.COM
  default_tgs_enctypes = arcfour-hmac-md5 des-cbc-crc des-cbc-md5 
des3-hmac-sha1
  default_tkt_enctypes = arcfour-hmac-md5 des-cbc-crc des-cbc-md5 
des3-hmac-sha1

  clockskew = 300

See :
http://itscblog.tamu.edu/joining-samba-to-a-windows-2008-r2-domain/

I also migrated from samba ( 3.0.33) to samba3x (3.5.6) on CentOS 5.6 
machines, with the same changes in enctypes.


I did not apply any particular registry patches ton win 7 machines.

Alain



Just a little correction, I just verified that samba3x version is 3.5.4, 
not 3.5.6 on CentOS (RHEL, SL) 5.6.


# yum info samba3x
...
Name   : samba3x
Arch   : x86_64
Version: 3.5.4
...

Alain

--
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] BackupPC on client machine running on Fedora13

2011-08-22 Thread Alain Péan
Le 18/08/2011 14:59, Les Mikesell a écrit :
> However the rpm for Redhat in the EPEL repository is not the latest 
> version.

Hi Les,

It seems that backuppc has been updated in EPEL repository. I use it on 
a SL6.1 server, and it has been automatically updated :
$ yum info backuppc
...
Installed Packages
Name: BackupPC
Arch: x86_64
Version : 3.2.1
Release : 1.el6
Size: 2.3 M
Repo: installed
 From repo   : epel
Summary : High-performance backup system
URL : http://backuppc.sourceforge.net/
License : GPLv2+
Description : BackupPC is a high-performance, enterprise-grade system 
for backing up Linux
 : and WinXX and Mac OS X PCs and laptops to a server's 
disk. BackupPC is highly
 : configurable and easy to install and maintain.


It was 3.1 version previously...

Alain


--
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] information about backuppc version

2011-09-29 Thread Alain Péan
Le 29/09/2011 16:15, Bowie Bailey a écrit :
> On 9/29/2011 7:20 AM, Alexander Mikhnovets wrote:
>> Hello!
>> Sorry for my English.
>>
>> There is phrase "Version 3.2.0 released on July 31st, 2010" in
>> page http://backuppc.sourceforge.net/index.html
> The main page does say 3.2.0, but if you go to the download page, you
> can download 3.2.1
>
>> There is phrase "BackupPC 3.1.0 released" in
>> page http://sourceforge.net/news/?group_id=34854
> This is a notice from 2007...
>
>> There is package version 3.2.1 of backuppc in CentOS 5.5 distribution.
>>
>> What is backuppc last version?
>> Could you please update information in web pages?
> The current version is 3.2.1.  I'm not associated with the project, so I
> can't update the page.  I always ignore news on websites and go straight
> to the download pages to determine current versions.
>

Hi Alexander,

I can add that BackupPC is not not in the base repository for CentOS 
(nor RHEL), so you certainly found it in an addiyional repository, as 
EPEL (this is where I found it).

I noticed that when I installed it first time, it was version 3.1, but 
was updated recently to the last version, 3.2.1.

Alain

-- 
==
Alain Péan - LPP/CNRS
Administrateur Système/Réseau
Laboratoire de Physique des Plasmas - UMR 7648
Observatoire de Saint-Maur
4, av de Neptune, Bat. A
94100 Saint-Maur des Fossés
Tel : 01-45-11-42-39 - Fax : 01-48-89-44-33
==


--
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] Beta testing a native win32 rsync client with auto sync

2012-01-02 Thread Alain Péan
Le 01/01/2012 05:55, Gang Chen a écrit :
> It will be released as a free program.  will open source it later, but 
> can't decide at this moment which license to go with.

Why not the same license as the rsync program itself, that is GPLv3 ?

Here is the information I got on a SL6 server :
# yum info rsync
Installed Packages
Name: rsync
Arch: x86_64
Version : 3.0.6
Release : 5.el6_0.1
Size: 683 k
Repo: installed
 From repo   : sl-security
Summary : A program for synchronizing files over a network
URL : http://rsync.samba.org/
License : GPLv3+
Description : Rsync uses a reliable algorithm to bring remote and host 
files into
 : sync very quickly. Rsync is fast because it just sends 
the differences
 : in the files over the network instead of sending the complete
 : files. Rsync is often used as a very powerful mirroring 
process or
 : just as a more capable replacement for the rcp command. A 
technical
 : report which describes the rsync algorithm is included in 
this
 : package.

Alain

-- 
==
Alain Péan - LPP/CNRS
Administrateur Système/Réseau
Laboratoire de Physique des Plasmas - UMR 7648
Observatoire de Saint-Maur
4, av de Neptune, Bat. A
94100 Saint-Maur des Fossés
Tel : 01-45-11-42-39 - Fax : 01-48-89-44-33
==


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] eSATA drive enclosure

2010-10-20 Thread Alain Terriault
I have 2 SANS DIGITAL TR8M-B 8
http://www.newegg.ca/Product/Product.aspx?Item=N82E16816111051
Filled with 1.5T server model disk in RAID6.
Does the job .. but the speed is 16MBps.
With decent budget, I will chose SAS over eSATA.
Cheers,
alain


-Original Message-
From: Chris Baker [mailto:cba...@intera.com] 
Sent: 19 octobre 2010 15:36
To: 'General list for user discussion, questions and support'
Subject: [BackupPC-users] eSATA drive enclosure


We backup to an eSATA drive enclosure. It holds two eSATA drives of 1 TB
each. We swap two enclosures offsite about twice a month.

We are running out of space and need to purchase a new eSATA drive enclosure
which holds two drives. I am thinking of getting 2 TB drives, as they are
the largest available.

Does anyone have any good or bad experiences with any particular eSATA drive
enclosure or drives? What ones would anyone here recommend or avoid?

Thank you.





--
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/



--
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/