File: control

package info (click to toggle)
rdup 1.1.15-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, sid, stretch
  • size: 1,304 kB
  • ctags: 233
  • sloc: ansic: 4,120; sh: 3,370; exp: 277; makefile: 86; ruby: 36; perl: 4
file content (20 lines) | stat: -rw-r--r-- 919 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: rdup
Section: utils
Priority: optional
Maintainer: Jose Carlos Garcia Sogo <jsogo@debian.org>
Uploaders: Felix Sipma <felix+debian@gueux.org>
Build-Depends: debhelper (>= 10.0.0), autotools-dev, libglib2.0-dev, autoconf, automake, libpcre3-dev, libarchive-dev, nettle-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/users/jsogo/rdup.git
Vcs-Browser: https://anonscm.debian.org/git/users/jsogo/rdup.git
Homepage: https://github.com/miekg/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.