Re: [Evolution] Evolution problem



Thanks for your advice.

What will be more appropriate to recover the tar file after upgrade
Evolution in case of problem

1) tar zxvf ~/backup-local.tar.gz  ~/evolution/local/
OR
2) untar all files and manually paste them back to ~/evolution/local/


Well, as long as you removed all corrupted files that are backed up,
there should be no difference.

The easiest way of backing up you entire local folders and restoring
them after the unlikely worst case:


Back up evolution/local:

$ cd ~/evolution
$ tar czvf backup-local.tar.gz local


Restore the local files, after manually removing the corrupted ones:

$ cd ~/evolution
$ rm -Rf local
$ tar xzvf backup-local.tar.gz


For the sake of paranoia, copy the backup-local.tar.gz to another hard
disk, another machine (preferably on a normally not mounted partition ;)
or burn it on CD...

...guenther


-- 
char *t="\10pse\0r\0dtu\0  ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}




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