@ -0,0 +1,35 @@ |
|||
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
# |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# Please add additional copyright information _after_ the line containing |
|||
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
# |
|||
# ROCK Linux: rock-src/package/hannes/xfsdump/xfsdump.conf |
|||
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
# |
|||
# This program is free software; you can redistribute it and/or modify |
|||
# it under the terms of the GNU General Public License as published by |
|||
# the Free Software Foundation; either version 2 of the License, or |
|||
# (at your option) any later version. A copy of the GNU General Public |
|||
# License can be found at Documentation/COPYING. |
|||
# |
|||
# Many people helped and are helping developing ROCK Linux. Please |
|||
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
# file for details. |
|||
# |
|||
# --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
|
|||
# only static libs go here |
|||
var_append confopt ' ' "--libexecdir='$libdir'" |
|||
|
|||
# tell xfsprogs whether we have a gettext/readline package |
|||
pkginstalled gettext || var_append confopt ' ' "--enable-gettext=no" |
|||
|
|||
bindir="$root/$prefix/sbin" |
|||
sbindir="$root/sbin" |
|||
libdir="$root/lib" |
|||
|
|||
# also install headers and libs |
|||
makeinstopt="$makeinstopt install-dev" |
@ -0,0 +1,46 @@ |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] Please add additional copyright information _after_ the line containing |
|||
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
|||
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
|||
[COPY] |
|||
[COPY] ROCK Linux: rock-src/package/hannes/xfsdump/xfsdump.desc |
|||
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; either version 2 of the License, or |
|||
[COPY] (at your option) any later version. A copy of the GNU General Public |
|||
[COPY] License can be found at Documentation/COPYING. |
|||
[COPY] |
|||
[COPY] Many people helped and are helping developing ROCK Linux. Please |
|||
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
|||
[COPY] file for details. |
|||
[COPY] |
|||
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] backup/restore tool for xfs filesystems |
|||
|
|||
[T] xfsdump backs up files and their attributes in a filesystem. The files |
|||
[T] are dumped to storage media, a regular file, or standard output. |
|||
[T] Options allow the operator to have all files dumped, just files that |
|||
[T] have changed since a previous dump, or just files contained in a list |
|||
[T] of pathnames. |
|||
[T] The xfsrestore(8) utility re-populates a filesystem with the contents |
|||
[T] of the dump. |
|||
[T] it is optimised for use with xfs filesystems |
|||
|
|||
[U] http://oss.sgi.com/projects/xfs/ |
|||
|
|||
[A] SGI XFS development team <linux-xfs@oss.sgi.com> |
|||
[M] hannes <hannes@eperm.net> |
|||
|
|||
[C] extra/filesystem |
|||
|
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 2.2.25 |
|||
[P] X -?---5---9 200.000 |
|||
|
|||
[D] 1445710355 xfsdump-2.2.25.src.tar.gz ftp://oss.sgi.com/projects/xfs/cmd_tars/ |