File: control

package info (click to toggle)
dirvish 1.2.1-1.3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 396 kB
  • ctags: 65
  • sloc: perl: 2,859; sh: 211; makefile: 58
file content (19 lines) | stat: -rw-r--r-- 735 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: dirvish
Section: admin
Priority: optional
Maintainer: Paul Slootman <paul@debian.org>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.5
Homepage: http://freecode.com/projects/dirvish

Package: dirvish
Architecture: all
Depends: ${misc:Depends}, rsync (>= 2.5.6-0.1), perl-modules, libtime-modules-perl, libtime-period-perl, ${perl:Depends}
Recommends: ssh (>= 3.4p1)
Description: Filesystem based backup system using rsync
 A utility to maintain multiple backups on online storage, each backup is
 available as a sort of snapshot directory, where common files are shared
 between the different backup generations. It uses rsync to do the actual
 copying.
 .
 Backups can be made locally or over the network (using ssh).