File: 01_show-builtin-driver.patch

package info (click to toggle)
backup2l 1.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 680 kB
  • sloc: sh: 7,343; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 922 bytes parent folder | download
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
Package:     backup2l
Subject:     list builtin driver in config; move to example DRIVER_TAR_BZ2
Author:      Joachim Wiedorn <joodebian at joonet.de>
Forwarded:   not needed
Last-Update: 2011-05-06

List all existing built-in driver in config file. Move to 'DRIVER_TAR_BZ2'
as example driver, because afio is not available for Debian anymore.
---

diff -urN s00/first-time.conf s01/first-time.conf
--- s00/first-time.conf	2009-12-13 20:10:28.000000000 +0100
+++ s01/first-time.conf	2011-05-06 11:13:36.743367683 +0200
@@ -132,8 +132,11 @@
 # Remove this line after the setup is finished.
 UNCONFIGURED=1
 
-# Archive driver for new backups (optional, default = "DRIVER_TAR_GZ")
-# CREATE_DRIVER="DRIVER_MY_AFIOZ"
+# Archive driver for new backups (default = "DRIVER_TAR_GZ")
+#CREATE_DRIVER="DRIVER_TAR_BZ2"
+
+# Usable built-in drivers for CREATE_DRIVER:
+# DRIVER_TAR, DRIVER_TAR_GZ, DRIVER_TAR_BZ2, DRIVER_AFIOZ