• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H03-May-2022-8,8055,831

cgi-bin/H26-Jan-2017-11044

conf/H03-May-2022-2,806757

doc/H03-May-2022-4,8723,480

httpd/src/H26-Jan-2017-3411

images/H03-May-2022-

init.d/H26-Jan-2017-614369

lib/H26-Jan-2017-36,10827,415

ChangeLogH A D26-Jan-201777.9 KiB1,8821,372

LICENSEH A D26-Jan-201714.9 KiB282237

READMEH A D26-Jan-20175.9 KiB155108

configure.plH A D03-May-202242.4 KiB1,393881

update.plH A D03-May-202236.3 KiB1,202714

README

1
2                              BackupPC
3
4                            Version 3.3.2
5
6                            25 Jan 2017
7
8         Copyright (C) 2001-2017  Craig Barratt.  All rights reserved.
9
10      This program is free software; you can redistribute it and/or
11      modify it under the terms of the GNU General Public License.
12                        See the LICENSE file.
13
14QUICK START:
15-----------
16
17The latest version of BackupPC can be fetched from:
18
19    https://github.com/backuppc/backuppc/releases
20
21If you use rsync you will need to install the per module File::RsyncP
22from SourceForge or www.cpan.org, plus at least rsync 2.5.6 on the client
23machines.  A pre-built windows rsync client with an installer is available
24at:
25
26    https://sourceforge.net/projects/backuppc/files/cygwin-rsyncd/
27
28If you will use SMB for WinXX clients, you will need smbclient and
29nmblookup from the Samba distribution.  Version >= 2.2.0 of Samba is
30recommended.  See www.samba.org for source and binaries.
31
32To install BackupPC run these commands as root:
33
34    tar zxf BackupPC-3.3.2.tar.gz
35    cd BackupPC-3.3.2
36    perl configure.pl
37
38This will automatically determine some system information and prompt you
39for install paths.  Do "perldoc configure.pl" to see the various options
40that configure.pl provides.
41
42INTRODUCTION:
43------------
44
45BackupPC is a high-performance, enterprise-grade system for backing
46up Linux, WinXX, and MacOS PCs and laptops to a server's disk.
47BackupPC is highly configurable and easy to install and maintain.
48
49Given the ever decreasing cost of disks and raid systems, it is now
50practical and cost effective to backup a large number of machines onto
51a server's local disk or network storage. This is what BackupPC does.
52For some sites, this might be the complete backup solution. For other
53sites, additional permanent archives could be created by periodically
54backing up the server to tape.  A variety of Open Source systems are
55available for doing backup to tape.
56
57BackupPC is written in Perl and extracts backup data via SMB (using Samba),
58rsync, or tar over ssh/rsh/nfs.  It is robust, reliable, well documented
59and freely available as Open Source on SourceForge.
60
61FEATURES:
62--------
63
64  - A clever pooling scheme minimizes disk storage and disk IO. Identical
65    files across multiple backups of the same or different PCs are stored
66    only once resulting in substantial savings in disk storage.
67
68  - One example of disk use: 95 latops with each full backup averaging
69    3.6GB each, and each incremental averaging about 0.3GB.  Storing
70    three weekly full backups and six incremental backups per laptop
71    is around 1200GB of raw data, but because of pooling and compression
72    only 150GB is needed.
73
74  - No client-side software is needed.  The standard smb protocol is used
75    to extract backup data on WinXX clients.  On *nix clients, either rsync
76    or tar over ssh/rsh/nfs is used to backup the data.  Various alternatives
77    are possible: rsync can also be used with WinXX by running rsyncd/cygwin.
78    Similarly, smb could be used to backup *nix file systems if they are
79    exported as smb shares.
80
81  - A powerful http/cgi user interface allows administrators to view log
82    files, configuration, current status and allows users to initiate and
83    cancel backups and browse and restore files from backups.
84
85  - Flexible restore options.  Single files can be downloaded from
86    any backup directly from the CGI interface.  Zip or Tar archives
87    for selected files or directories from any backup can also be
88    downloaded from the CGI interface.  Finally, direct restore to
89    the client machine (using SMB, rsync or tar) for selected files
90    or directories is also supported from the CGI interface.
91
92  - Supports mobile environments where laptops are only intermittently
93    connected to the network and have dynamic IP addresses (DHCP).
94
95  - Flexible configuration parameters allow multiple backups to be performed
96    in parallel, specification of which shares to backup, which directories
97    to backup or not backup, various schedules for full and incremental
98    backups, schedules for email reminders to users and so on.  Configuration
99    parameters can be set system-wide or also on a per-PC basis.
100
101  - Users are sent periodic email reminders if their PC has not
102    recently been backed up.  Email content, timing and policies
103    are configurable.
104
105  - Tested on Linux and Solaris hosts, and Linux, Win95, Win98, Win2000
106    and WinXP clients.
107
108  - Detailed documentation.
109
110  - Open Source hosted by SourceForge and freely available under GPL.
111
112RESOURCES:
113---------
114
115Complete documentation is available in this release in doc/BackupPC.pod
116or doc/BackupPC.html. You can read doc/BackupPC.pod with perldoc and
117doc/BackupPC.html with any browser.  You can also see the documentation
118and general information at:
119
120    http://backuppc.sourceforge.net
121
122The source code is available on Github at:
123
124    https://github.com/backuppc
125
126and releases are available on github:
127
128    https://github.com/backuppc/backuppc/releases
129
130or SourceForge:
131
132    https://sourceforge.net/projects/backuppc/files
133
134You are encouraged to subscribe to any of the mail lists available
135on sourceforge.net:
136
137    http://lists.sourceforge.net/lists/listinfo/backuppc-announce
138    http://lists.sourceforge.net/lists/listinfo/backuppc-users
139    http://lists.sourceforge.net/lists/listinfo/backuppc-devel
140
141The backuppc-announce list is moderated and is used only for
142important announcements (eg: new versions).  It is low traffic.
143You only need to subscribe to one of users and announce: backuppc-users
144also receives any messages on backuppc-announce.
145
146The backuppc-devel list is only for developers who are working on BackupPC.
147Do not post questions or support requests there.  But detailed technical
148discussions should happen on this list.
149
150To post a message to the backuppc-users list, send an email to
151
152    backuppc-users@lists.sourceforge.net
153
154Do not send subscription requests to this address!
155