Skip to content

backuppc/backuppc-xs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BackupPC-XS version 0.63
========================

BackupPC::XS implements various BackupPC functions in a perl-callable
module.

This version of the module is REQUIRED by all versions of BackupPC
later than version 4.4.0, i.e. by version 4.4.1rc1 and later.

This version is NOT for use with BackupPC versions 4.4.0 and earlier.

INSTALLATION  (See also 'INSTALL'.)

To install this module please use a shell to execute the following
commands after first unpacking the tarball - or alternatively after
'git clone'- and 'cd'ing to the source directory.  You do not type the
'$' and '#' symbols - they indicate that you are running the shell as
either an unprivileged user (the '$' symbol) or as user 'root' (the #
symbol).  The 'su' command will request the root password of course.

  $ autoreconf --install
  $ perl Makefile.PL
  $ cp Makefile Makefile.real
  $ make
  $ make test
  $ su
  # make -f Makefile.real pure_install

If you have any problems, please post to the BackupPC Users' Mailing List.

== GWH ==

COPYRIGHT AND LICENCE

BackupPC code is copyright (C) 2013-2025 Craig Barratt

bpc_hashTable.c is based on code from rsync.  Rsync is Copyright
(C) 1996-2001 by Andrew Tridgell, 1996 by Paul Mackerras, 2001-2002
by Martin Pool, and 2003-2009 by Wayne Davison, and others.

The md5 library is from the rsync codebase, and is Copyright (C) 2001-2003
Christophe Devine.  See the code for the license.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, visit the http://fsf.org website.

About

BackupPC::XS implements various BackupPC functions in a perl-callable module.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •