move windows-backup.txt to doc
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 25 Jul 2018 14:14:05 +0000 (16:14 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 25 Jul 2018 14:14:05 +0000 (16:14 +0200)
doc/windows-backup.txt [new file with mode: 0644]
windows-backup.txt [deleted file]

diff --git a/doc/windows-backup.txt b/doc/windows-backup.txt
new file mode 100644 (file)
index 0000000..39f0ecc
--- /dev/null
@@ -0,0 +1,15 @@
+To use gnt-backup export on windows machines, you will need snf-image support.
+
+
+root@r1u30:/home/dpavlin# cat /etc/apt/sources.list.d/snf.list 
+deb http://apt.dev.grnet.gr jessie/
+deb-src http://apt.dev.grnet.gr jessie/
+
+root@r1u30:/home/dpavlin# gnt-cluster command apt-get install -y snf-image
+
+
+Now modify win7x64vm machine to perform full disk backup
+
+gnt-instance modify --os-type snf-image+default win7x64vm
+gnt-instance modify --os-parameters=img_format=diskdump,img_id=windows7,img_properties='{"OSFAMILY":"windows"}' win7x64vm
+gnt-backup export --noshutdown -n r1u32 win7x64vm
diff --git a/windows-backup.txt b/windows-backup.txt
deleted file mode 100644 (file)
index 39f0ecc..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-To use gnt-backup export on windows machines, you will need snf-image support.
-
-
-root@r1u30:/home/dpavlin# cat /etc/apt/sources.list.d/snf.list 
-deb http://apt.dev.grnet.gr jessie/
-deb-src http://apt.dev.grnet.gr jessie/
-
-root@r1u30:/home/dpavlin# gnt-cluster command apt-get install -y snf-image
-
-
-Now modify win7x64vm machine to perform full disk backup
-
-gnt-instance modify --os-type snf-image+default win7x64vm
-gnt-instance modify --os-parameters=img_format=diskdump,img_id=windows7,img_properties='{"OSFAMILY":"windows"}' win7x64vm
-gnt-backup export --noshutdown -n r1u32 win7x64vm