Fork me on GitHub

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
lbackup_source_code [2009/11/29 21:36]
admin
lbackup_source_code [2009/12/21 21:20]
henri
Line 1: Line 1:
-======LBackup Source Code Download======+====== ​Page has moved ======
  
-The LBackup source code is contained within a [[http://​www.lucidsystems.org/​download/​utilities/​LBackupSource.zip|zipped archive]]. +[[source|Click here to visit the new page]]
-\\ \\ +
-The source ​code is also available once LBackup is [[install|installed]] using the Apple or deb pacakges. +
-\\ \\ +
-Once you have downloaded and [[unzipping_the_download|unzipped the lbackup source directory]] you will need to install LBackup.  +
-\\ \\  +
-The default install location is within the '/​usr/​local/​libexec/'​ directory. The installation process consists of creating various symbolic links. The most important links are to the backup script and the maillog script. Links to these scripts are placed within the '/​usr/​local/​sbin/'​ directory. This process is automated when using the LBackup install package on Mac OS X. +
- +
-\\ \\ +
- +
-====== Install LBackup From Source Instructions ====== +
- +
-The following instructions will allow you to install LBackup on your system from the source. +
- +
-<​file>​ +
-mkdir /​tmp/​lbackup_install +
-cd /​tmp/​lbackup_install +
-wget http://​www.lucidsystems.org/​download/​utilities/​LBackupSource.zip +
-unzip LBackupSource.zip -d lbackup_source +
-cd /​tmp/​lbackup_install/​lbackup_source/​LIST-Backup/​root/​ +
-mkdir -p /​usr/​local/​libexec +
-mkdir -p /​usr/​local/​sbin +
-cp -r ./​usr/​local/​libexec/​lbackup1001 /​usr/​local/​libexec/​lbackup1001 +
-cp -r ./lbackup /lbackup +
-chown -R 0:0 /​usr/​local/​libexec/​lbackup1001 +
-chown -R 0:0 /lbackup +
-/​tmp/​lbackup_install/​lbackup_source/​LIST-Backup/​Resources/​postinstall +
-</​file>​ +
- +
- +
-//  //  +
- +
-====== Uninstall LBackup Instructions ====== +
- +
-The following instructions will allow you to remove LBackup from your system. +
- +
-<​file>​ +
-cd /​usr/​local/​sbin/​ +
-rm lmail lcd lbackup +
-cd /​usr/​local/​libexec/​ +
-rm -R lbackup lbackup1 lbackup1001 +
-cd / +
-rm -R lbackup +
-</​file>​+