move .conf -> etc/
authorTero Marttila <terom@paivola.fi>
Thu, 24 May 2012 13:05:16 +0300
changeset 56 ae4b24ae4f70
parent 55 95c86df4807a
child 57 52a4be76e85a
move .conf -> etc/
etc/ignore.list
etc/pvl-backup.conf
etc/pvl-backup.d/local-fs.conf
etc/pvl-backup.d/local-lvm.conf
etc/pvl-backup.d/local-test.conf
etc/pvl-backup.d/remote-fs.conf
etc/pvl-backup.d/remote-lvm.conf
ignore.list
pvl-backup.conf
pvl-backup.d/local-fs.conf
pvl-backup.d/local-lvm.conf
pvl-backup.d/remote-fs.conf
pvl-backup.d/remote-lvm.conf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/ignore.list	Thu May 24 13:05:16 2012 +0300
@@ -0,0 +1,2 @@
+/lost+found/
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/pvl-backup.conf	Thu May 24 13:05:16 2012 +0300
@@ -0,0 +1,39 @@
+## Options
+[snapshots]
+format      = %Y%m%d-%H%M%S
+
+# rsync options, in invoke.optargs format
+[rsync-options]
+archive             = true
+hard-links          = true
+one-file-system     = true
+numeric-ids         = true
+delete              = true
+exclude-from        = etc/ignore.list
+
+## Intervals
+[intervals/recent]
+format  = 
+
+[intervals/day]
+format  = %Y-%m-%d
+
+[intervals/week]
+format  = %Y-%W
+
+[intervals/month]
+format  = %Y-%m
+
+[intervals/year]
+format  = %Y
+
+## Targets
+# from pvl-backup.d
+
+## Runs
+[run/twice-daily]
+test        = true
+
+[run/hourly]
+test-lvm    = true
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/pvl-backup.d/local-fs.conf	Thu May 24 13:05:16 2012 +0300
@@ -0,0 +1,10 @@
+# fs
+[targets/test]
+path    = ./test/local-fs
+source  = /srv/lvm-test/
+
+[targets/test/intervals]
+recent  = 4
+day     = 7
+year    = 
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/pvl-backup.d/local-lvm.conf	Thu May 24 13:05:16 2012 +0300
@@ -0,0 +1,12 @@
+# local lvm
+[targets/test-lvm]
+path    = ./test-lvm
+source  = lvm:asdf/test
+
+[targets/test-lvm/intervals]
+recent  = 4
+
+[targets/test-lvm/lvm-options]
+wait    = 1
+size    = 1G
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/pvl-backup.d/local-test.conf	Thu May 24 13:05:16 2012 +0300
@@ -0,0 +1,9 @@
+[targets/local-test]
+path    = ./test/local-test
+source  = /home/terom/dev/pvl-backup/pvl/
+
+[targets/local-test/intervals]
+recent  = 4
+day     = 7
+
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/pvl-backup.d/remote-fs.conf	Thu May 24 13:05:16 2012 +0300
@@ -0,0 +1,8 @@
+# remote
+[targets/test2]
+path    = ./test
+source  = localhost:/
+
+[targets/test2/intervals]
+recent  = 4
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/pvl-backup.d/remote-lvm.conf	Thu May 24 13:05:16 2012 +0300
@@ -0,0 +1,9 @@
+# remote lvm
+# [targets/test-lvm2]
+# path  = ./test-lvm
+# source = localhost:lvm:asdf/test
+# 
+#[targets/test-lvm2/intervals]
+#recent  = 4
+
+
--- a/ignore.list	Thu May 24 12:27:16 2012 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-/lost+found/
-
--- a/pvl-backup.conf	Thu May 24 12:27:16 2012 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-## Options
-[snapshots]
-format      = %Y%m%d-%H%M%S
-
-# rsync options, in invoke.optargs format
-[rsync-options]
-archive             = true
-hard-links          = true
-one-file-system     = true
-numeric-ids         = true
-delete              = true
-
-## Intervals
-[intervals/recent]
-format  = 
-
-[intervals/day]
-format  = %Y-%m-%d
-
-[intervals/week]
-format  = %Y-%W
-
-[intervals/month]
-format  = %Y-%m
-
-[intervals/year]
-format  = %Y
-
-## Targets
-# from pvl-backup.d
-
-## Runs
-[run/twice-daily]
-test        = true
-
-[run/hourly]
-test-lvm    = true
-
--- a/pvl-backup.d/local-fs.conf	Thu May 24 12:27:16 2012 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# fs
-[targets/test]
-path    = ./test
-source  = /srv/lvm-test/
-
-[targets/test/intervals]
-recent  = 4
-day     = 7
-year    = 
-
-[targets/test/rsync_options]
-exclude-from    = ignore.list
-
-
--- a/pvl-backup.d/local-lvm.conf	Thu May 24 12:27:16 2012 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-# local lvm
-[targets/test-lvm]
-path    = ./test-lvm
-source  = lvm:asdf/test
-
-[targets/test-lvm/intervals]
-recent  = 4
-
-[targets/test-lvm/lvm-options]
-wait    = 1
-size    = 1G
-
--- a/pvl-backup.d/remote-fs.conf	Thu May 24 12:27:16 2012 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-# remote
-[targets/test2]
-path    = ./test
-source  = localhost:/
-
-[targets/test2/intervals]
-recent  = 4
-
--- a/pvl-backup.d/remote-lvm.conf	Thu May 24 12:27:16 2012 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-# remote lvm
-# [targets/test-lvm2]
-# path  = ./test-lvm
-# source = localhost:lvm:asdf/test
-# 
-#[targets/test-lvm2/intervals]
-#recent  = 4
-
-