diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-03 11:53:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-03 11:53:09 +0000 |
commit | 1e0681cae5e747ca4f0f3c69f98202d973d1cd57 (patch) | |
tree | 2af03e6df176e04d3de1d79827bc4c8fac362058 /sysutils/Makefile | |
parent | 77233e9759c9fb77c2a947103ad54f7eb171d812 (diff) |
Add dar, a command-line backup tool, that uses compression,
makes differential or full backups, which can be split over
several files or disks. Dar saves *all* UNIX inode types,
hard links, as well as Extended Attributes.
And many other features ...
PR: ports/60846
Submitted by: Edson Brandi <ebrandi@fugspbr.org>
Notes
Notes:
svn path=/head/; revision=97221
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index f896cbd3582b..c8a3b1196b01 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -70,6 +70,7 @@ SUBDIR += cvsweb-converters SUBDIR += daemontools SUBDIR += daemontools53 + SUBDIR += dar SUBDIR += dc42wrap SUBDIR += deleted SUBDIR += detach |