From a4e2b5a930f57ad1980bde4b443d50cf7d4b8f2c Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 21 Jan 2014 22:56:32 +0700 Subject: system/autoarchive: Added (A simple backup utility). Signed-off-by: Willy Sudiarto Raharjo --- system/autoarchive/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 system/autoarchive/README (limited to 'system/autoarchive/README') diff --git a/system/autoarchive/README b/system/autoarchive/README new file mode 100644 index 0000000000..20fe2157be --- /dev/null +++ b/system/autoarchive/README @@ -0,0 +1,14 @@ +AutoArchive is a simple utility to help create backups more +easily. The idea of the program is that all essential information for +creating a single backup---such as list of directories that should be +archived, the archive name, etc.---is stored in a single file -- the +*archive specification file*. It can use 'tar' for creating archives, +it has a command line interface and supports incremental backups. + +Archive specification files, also called ".aa files" are normally +stored in a predefined location from where they are processed by the +"aa" command which results to creating of a corresponding *backup* for +each. + +Command "autoarchive" is alias for "aa"; these commands are +equivalent. -- cgit v1.2.3