Bacula-users

[Bacula-users] How to Copy Firefox Bookmarks

2013-11-28 13:21:56
Subject: [Bacula-users] How to Copy Firefox Bookmarks
From: Daniel Carrasco Marín <d.carrasco AT ttu DOT es>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 28 Nov 2013 18:55:29 +0100
Hi,

I've one question about wildcards and bacula:
I'm trying to copy all Firefox user bookmarks stored in a windows 7 
machine and i don't know nothing about how to do it...
A daily backup of bookmarks is stored in 
"c:/users/*/appdata/roaming/Mozilla/Firefox/Profiles/*/bookmarkbackups/*" and 
i've tried this:

Include {
         Options {
                 Compression = GZIP
                 signature = MD5
                 Sparse = Yes
                 IgnoreCase = yes
                 RegExDir = "^c:/users/[^/]+$"
                 WildDir = "c:/users/*/appdata"
                 WildDir = "c:/users/*/appdata/roaming"
                 WildDir = "c:/users/*/appdata/roaming/Mozilla"
                 WildDir = "c:/users/*/appdata/roaming/Mozilla/Firefox"
                 WildDir = 
"c:/users/*/appdata/roaming/Mozilla/Firefox/Profiles"
                 RegExDir = 
"^c:/users/[^/]/appdata/roaming/Mozilla/Firefox/Profiles/[^/]+$"
                 WildDir = 
"c:/users/*/appdata/roaming/Mozilla/Firefox/Profiles/*/bookmarkbackups"
                 Wild = 
"c:/users/*/appdata/roaming/Mozilla/Firefox/Profiles/*/bookmarkbackups/*"
         }

         Options {
                 Exclude = yes
                 IgnoreCase = yes

                 Wild = "C:/Users/*"
         }

         File = "c:/Users"
     }

and bacula reads about 25 files, but when i enter y recover i only see 
folders up to "c:/users/*/appdata/roaming/Mozilla/Firefox/Profiles/"

How i can do it?

Thanks and i'm sorry for my english.

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] How to Copy Firefox Bookmarks, Daniel Carrasco Marín <=