evolution r35718 - trunk/plugins/backup-restore



Author: mcrha
Date: Thu Jul  3 10:28:26 2008
New Revision: 35718
URL: http://svn.gnome.org/viewvc/evolution?rev=35718&view=rev

Log:
2008-07-03  Roger Zauner  <roger eskimo com>

	** Fix for bug #540400

	* backup.c: (backup): Make Evolution Backup follow symbolic links.



Modified:
   trunk/plugins/backup-restore/ChangeLog
   trunk/plugins/backup-restore/backup.c

Modified: trunk/plugins/backup-restore/backup.c
==============================================================================
--- trunk/plugins/backup-restore/backup.c	(original)
+++ trunk/plugins/backup-restore/backup.c	Thu Jul  3 10:28:26 2008
@@ -119,7 +119,7 @@
 	/* FIXME compression type?" */
 	/* FIXME date/time stamp?" */
 	/* FIXME backup location?" */
-	command = g_strdup_printf ("cd $HOME && tar cf - .evolution .camel_certs | gzip > %s", quotedfname);
+	command = g_strdup_printf ("cd $HOME && tar chf - .evolution .camel_certs | gzip > %s", quotedfname);
 	s (command);
 	g_free (command);
 	g_free (quotedfname);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]