summaryrefslogtreecommitdiff
path: root/app-backup/dar/metadata.xml
blob: 7caf80076d56098e49fdbb30f132495a1aa635bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>ceamac@gentoo.org</email>
    <name>Viorel Munteanu</name>
  </maintainer>
  <longdescription>
Backup directory tree and files.
Full featured archiver with support for differential backups, slices,
compression, ATTR/ACL support. DAR also supports Pipes for remote
operations, including with ssh.
	</longdescription>
  <use>
    <flag name="argon2">Enable password hashing algorithm from <pkg>app-crypt/argon2</pkg>
    </flag>
    <flag name="dar32">Enables --enable-mode=32 option, which replace infinite
		by 32 bit integers</flag>
    <flag name="dar64">Enables --enable-mode=64 option, which replace infinite
		by 64 bit integers</flag>
    <flag name="gcrypt">Enables strong encryption support</flag>
    <flag name="gpg">Enables usage of asymmetric encryption algorithms</flag>
    <flag name="rsync">Enables linking with <pkg>net-libs/librsync</pkg> for delta compression support</flag>
    <flag name="sftp">Enables SFTP support with <pkg>net-libs/libssh</pkg>
    </flag>
    <flag name="whirlpool">Enables Whirlpool hashing support with <pkg>app-crypt/rhash</pkg>
    </flag>
  </use>
  <origin>srcux</origin>
</pkgmetadata>