[go: up one dir, main page]

File: control

package info (click to toggle)
rdup 1.1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,324 kB
  • sloc: ansic: 3,840; sh: 3,361; exp: 271; makefile: 78; ruby: 36; perl: 4
file content (19 lines) | stat: -rw-r--r-- 859 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: rdup
Section: utils
Priority: optional
Maintainer: Jose Carlos Garcia Sogo <jsogo@debian.org>
Build-Depends: debhelper (>= 4.0.0), autotools-dev, libglib2.0-dev, autoconf, automake, libpcre3-dev, libarchive-dev, nettle-dev
Standards-Version: 3.9.2
Vcs-Git: git://git.debian.org/git/users/jsogo/rdup.git
Vcs-Browser: http://git.debian.org/git/users/jsogo/rdup.git
Homepage: http://miek.nl/projects/rdup/

Package: rdup
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, bash (>= 3.0.0)
Description: utility to create a file list suitable for making backups
 rdup is a utility inspired by rsync and the plan9 way of doing
 things. rdup itself does not backup anything. It only prints a list
 of files that are changed, or all files in case of a null dump. It
 also handles files that are removed, allowing for correct incremental
 backups.