aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/backup-restore/backup.c
Commit message (Collapse)AuthorAgeFilesLines
* Because Solaris tar doesn't respect '-z' option, use gzip&tar to finishJeff Cai2008-02-251-2/+2
| | | | | | | | | | | 2008-02-25 Jeff Cai<jeff.cai@sun.com> * backup.c: (backup), (restore): Because Solaris tar doesn't respect '-z' option, use gzip&tar to finish the silimar function. svn path=/trunk/; revision=35084
* Use "pkill -x" to kill the process and use "$HOME" insteadJeff Cai2008-02-201-6/+6
| | | | | | | of "~". Fix for bug #516648 svn path=/trunk/; revision=35060
* Patch from Christian Krause <chkr@plauener.de>: Fix for bug #506772 ↵Suman Manjunath2008-01-071-21/+26
| | | | | | (Not-NULL check for a string array before finding its length), handle NULL filename strings before backup/restore/check operations in the backup-restore plugin. svn path=/trunk/; revision=34768
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-18/+18
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* Backup-restore-plugin: string issues resolved. Bug #458508.Johnny Jacob2007-08-111-8/+8
| | | | | | | committing on behalf of Anand V M <avmuttagi@gmail.com> svn path=/trunk/; revision=33980
* Remove BASE_VERSION from the binarySrinivasa Ragavan2007-06-181-1/+1
| | | | svn path=/trunk/; revision=33696
* ** Fix for bug #428328 from Ghislain MARYSrinivasa Ragavan2007-06-181-46/+40
| | | | svn path=/trunk/; revision=33695
* Reworked Backup/restore plugin.Srinivasa Ragavan2007-04-131-12/+168
| | | | svn path=/trunk/; revision=33422
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #419524 * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. * e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list): * mail/em-migrate.c (emm_setup_initial): * shell/e-component-registry.c (query_components): * shell/e-shell-settings-dialog.c (load_pages): * shell/e-shell-window-commands.c (command_quick_reference): * tools/killev.c (main): Use g_get_language_names() instead of gnome_i18n_get_language_list(). * e-util/e-util.c: Remove e_gettext(). * e-util/Makefile.am: Remove e-i18n.h. svn path=/trunk/; revision=33319
* Imported backup/restore pluginJP Rosevear2004-12-171-0/+153
2004-12-16 JP Rosevear <jpr@novell.com> * Imported backup/restore plugin svn path=/trunk/; revision=28140