From f87960f142a1b37df17bf8c00f677d10bbd7dbda Mon Sep 17 00:00:00 2001 From: Google Code Exporter Date: Thu, 26 Mar 2015 12:01:16 -0400 Subject: [PATCH] Migrating wiki contents from Google Code --- ProjectHome.md | 7 +++++++ Usage.md | 11 +++++++++++ 2 files changed, 18 insertions(+) create mode 100644 ProjectHome.md create mode 100644 Usage.md diff --git a/ProjectHome.md b/ProjectHome.md new file mode 100644 index 0000000..2c684b0 --- /dev/null +++ b/ProjectHome.md @@ -0,0 +1,7 @@ +It is a backup tool like Apple Mac's Time Machine, but it maintains backup-database for different machines in a single backup database folder, which is maintained in parallel in different locations user specified (and currently connect to the machine at the time of backup), and user can select which folder to backup. + +This script copies the source locations indicated in the 'backup-locations.txt' file zipped in .gz format to the backup folder in CLINMAG and to additional locations indicated in the 'backup-locations.txt' file. + +It maintains separate backup location of the machines which is backed-up, so if you have multiple machines which you backup, the backup-database will be maintained separately in the folder named after the machine which is backed up. + +It maintains logfile about what happend in backup. \ No newline at end of file diff --git a/Usage.md b/Usage.md new file mode 100644 index 0000000..a8ba455 --- /dev/null +++ b/Usage.md @@ -0,0 +1,11 @@ +# Usage # + * Go to the folder you've located the program in Finder. + * Configure the source directories and backup-destination directories. + * Open a Terminal and go to the location where you've located the program (e.g.: cd /Users/hshin/Apps/python-backup/src/clinmag-backup/). + * Run the program by typing in the Terminal: ./clinmag-backup + + + +# Something to bear in mind # + * You need to maintain the backup database by yourself. + * That means: you need to delete the old backup file by yourself when the disk becomes full. \ No newline at end of file