1Backup-light(1) User Commands Backup-light(1)
2
3
4
6 Backup-light - backups up the active users $HOME directory
7
9 backup-light [option(s)]
10
12 Backup-light backups up the active users $HOME directory in eather
13 .tar.bz2 or .tar.gz. It is able to backup to not only the internal
14 hard drive, but any external hard drives, and removable mediums such as
15 a CD or DVD or USB device. Backup-light also creates a md5sum of the
16 backup archive and will only restore from a archive with a valid
17 md5sum.
18
20 -o Saves the backup archive to an alternate directory/device.
21
22 -i Preforms an incremental backup.
23
24 -f Preforms a full backup.
25
26 -e Specifies a directory to be excluded from the backup.
27
28 -r Restores from a backup.
29
30 -R Recovers from a full backup then restores all the incremental
31 backups up to the user specified point.
32
33 -d Creates a backup and burns it to a CD/DVD.
34
35 -m Restores from a multi disk (split) backup.
36
37 -n Prevents updating the timestamp if an incremental backup is
38 done.
39
40 -l Shows the log containing dates and types of backups preformed
41
42 -v Prints the version and exit.
43
44 -h Shows the help message.
45
47 backup-light
48 Preforms the backup with all default settings.
49
50 backup-light -o ~/backup
51 Preform the default backup but saves it to ~/backup instead of
52 the default location.
53
54 backup-light -i
55 Preforms a incremental backup and saves it to the default loca‐
56 tion.
57
58 backup-light -f
59 Preforms a full backup and saves it to the default location.
60
61 backup-light -e Music
62 Excludes the directory called "Music" from the backup process.
63
64 backup-light -r
65 Restores from a backup.
66
67 backup-light -R
68 Prompts the user for an end date for the backup recoveroy. Then
69 restores from the newest full backup and any incremental backups
70 done afterwards.
71
72 backup-light -d
73 Creates a backup and burns it to a CD/DVD.
74
75 backup-light -m
76 Restores from a multi disk (split) backup.
77
78 backup-light -n
79 Prevents the timestamp from being updated if doing a incremental
80 backup.
81
82 backup-light -fd
83 Preforms a full backup and burns it to a CD/DVD.
84
85 backup-light -l
86 Shows the log containing the dates and types of backups pre‐
87 formed.
88
89 backup-light -v
90 Prints version info.
91
92 backup-light -h
93 Prints the help message
94
96 Please report any bugs at <http://code.google.com/p/backup-
97 light/issues/list> or send an email or our mailing list <backup-
98 light@googlegroups.com>.
99
101 Adam Jimerson <vendion@gmail.com>
102
103 Robert A. Kelly III <bluethegrappler@gmail.com>
104
105
106
107version 0.4 Augest 2008 Backup-light(1)