summaryrefslogtreecommitdiff
path: root/sysutils/cpbk/pkg-descr
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-04-30 09:30:39 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-04-30 09:30:39 +0000
commitc67ce03bf064fdbaee1e1be271386dc3dc1dd839 (patch)
treeb8adab7627a678c4a82e72dcd3b835ac8d214ba9 /sysutils/cpbk/pkg-descr
parentAdd missing xpm dependency. (diff)
Backup Copy programm.
PR: 11101 Submitted by: Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
Notes
Notes: svn path=/head/; revision=18214
Diffstat (limited to 'sysutils/cpbk/pkg-descr')
-rw-r--r--sysutils/cpbk/pkg-descr17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/cpbk/pkg-descr b/sysutils/cpbk/pkg-descr
new file mode 100644
index 000000000000..a1d699c5efb7
--- /dev/null
+++ b/sysutils/cpbk/pkg-descr
@@ -0,0 +1,17 @@
+ Backup Copy is basically a smart copy program that allows a user
+to copy mass files from one place to another. When coping over a
+previous copy, the key features will allow coping only of new or
+non existing files in the backup. This results in saving time and
+less load on the drive. Built into the same feature of copying
+new files only, is a file removal procedure. If a file is removed
+from the source path, the same file will be removed when the next
+backup is performed. This provides a backup that is exactly the same
+as the source without filling up the drive. As an added option, all
+files that will be overwritten or deleted when doing a copy over a
+previous backup, have the opportunity to be stored in a trash bin.
+You can leave this trash bin to grow and grow just in case you need a
+backup of your backup. When you start running out of disk space you
+will need to remove or clean up the trash bin.
+
+Autor: Kevin Lindsay <klindsay@mkintraweb.com>
+Ported: Osokin Sergey aka oZZ <ozz@FreeBSD.org.ru>