[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/dump/dump.desc [COPY] Copyright (C) 2004 - 2026 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] The Linux Ext2 filesystem dump/restore utilities [T] The dump package contains both dump and restore. Dump examines [T] files in a filesystem, determines which ones need to be backed up, [T] and copies those files to a specified disk, tape or other storage [T] medium. The restore command performs the inverse function of dump; [T] it can restore a full backup of a filesystem. Subsequent incremental [T] backups can then be layered on top of the full backup. Single files [T] and directory subtrees may also be restored from full or partial backups. [U] https://dump.sourceforge.net [A] Stelian Pop [M] René Rebe [C] extra/filesystem [F] DIETLIBC [L] BSD [V] 0.4b55 [D] 48d0061953429e9ee8b86273fae971d6f900ab561d69e2ce46dcea86 dump-0.4b55.tar.gz https://prdownloads.sourceforge.net/sourceforge/dump/ unset LD var_append confopt ' ' '--enable-static --enable-rmt' var_append confopt ' ' '--with-manowner=root --with-mangrp=root --with-bingrp=root' var_append confopt ' ' '--with-binmode=0755 --with-manmode=644' rename_rmt(){ sed -i -e 's/rmt\.8/rmt-dump\.8/g' rmt/Makefile.* mv -v rmt/rmt.8.in rmt/rmt-dump.8.in } hook_add preconf 5 rename_rmt