install-guide/devel/en_US upgrading.xml,1.5,1.6

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat May 10 16:30:07 UTC 2008


Author: pfrields

Update of /cvs/docs/install-guide/devel/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1014

Modified Files:
	upgrading.xml 
Log Message:
Fix commands



Index: upgrading.xml
===================================================================
RCS file: /cvs/docs/install-guide/devel/en_US/upgrading.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- upgrading.xml	11 Mar 2008 14:55:00 -0000	1.5
+++ upgrading.xml	10 May 2008 16:30:05 -0000	1.6
@@ -71,8 +71,8 @@
       software repositories.</para>
     <para>Next, make a backup of any system configuration data:</para>
 
-    <screen><command><![CDATA[su -c 'tar czf /tmp/etc-`date +%F`.tar.gz	/etc'
-mv /tmp/etc-*.tar.gz ~]]></command></screen>
+    <screen><command><![CDATA[su -c 'tar czf /tmp/etc-`date +%F`.tar.gz /etc'
+su -c 'mv /tmp/etc-*.tar.gz /home']]></command></screen>
 
     <para>You should also make a complete backup of any important data
       before performing an upgrade.  Important data may include the




More information about the Fedora-docs-commits mailing list