- Fixed rsync is case of shareName = '/'
[BackupPC.git] / conf / hosts
1 #============================================================= -*-perl-*-
2 #
3 # Host file list for BackupPC.
4 #
5 # DESCRIPTION
6 #
7 #   This file lists all the hosts that should be backed up by
8 #   BackupPC.
9 #
10 #   Each line in the hosts file contains three fields, separated
11 #   by white space:
12 #
13 #     - The host name.  If this host is a static IP address this
14 #       must the machine's IP host name (ie: something that can
15 #       be looked up using nslookup or DSN).  If this is a DHCP
16 #       host then the host name must be the netbios name of the
17 #       machine.
18 #
19 #     - DHCP flag.  Set to 0 if this is a static IP address host.
20 #       Otherwise, set to 1 for DHCP hosts.
21 #
22 #     - User name (unix login/email name) of the user who "owns"
23 #       or uses this machine.  This is the user who will be sent
24 #       email about this machine, and this user will have permission
25 #       to stop/start/browse/restore backups for this host.
26 #
27 # AUTHOR
28 #   Craig Barratt  <craig@arraycomm.com>
29 #
30 # COPYRIGHT
31 #   Copyright (C) 2001  Craig Barratt
32 #
33 #   See http://backuppc.sourceforge.net.
34 #
35 #========================================================================
36
37 #
38 # The first non-comment line gives the field names and should not be edited!!
39 #
40 host        dhcp    user     # <--- do not edit this line
41 #farside    0       craig    # <--- example static IP host entry
42 #larson     1       bill     # <--- example DHCP host entry