Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.175.236 Times

Mozilla::Backup 0.06

  Date Added: February 16, 2010  |  Visits: 1.275

Mozilla::Backup

Report Broken Link
Printer Friendly Version


Product Homepage
Download (93 downloads)



Mozilla::Backup is a Perl module as a backup utility for Mozilla profiles. SYNOPSIS $moz = Mozilla::Backup->new(); $file = $moz->backup_profile("firefox", "default"); This package provides a simple interface to back up and restore the profiles of Mozilla-related applications such as Firefox or Thunderbird. Method calls may use named or positional parameters (named calls are recommended). Methods are outlined below: new $moz = Mozilla::Backup->new( %options ); Creates a new Mozilla::Backup object. The options are as follows: log A Log::Dispatch object for receiving log messages. This value is passed to plugins if they accept it. plugin A plugin to use for archiving. Plugins included are: Mozilla::Backup::Plugin::Zip Saves the profile in a zip archive. This is the default plugin. Mozilla::Backup::Plugin::FileCopy Copies the files in the profile into another directory. Mozilla::Backup::Plugin::Tar Saves the profile in a tar or tar.gz archive. You may pass options to the plugin in the following manner: $moz = Mozilla::Backup->new( plugin => [ Mozilla::Backup::Plugin::Tar, compress => 1 ], ); exclude An array reference of regular expressions for files to exclude from the backup. For example, $moz = Mozilla::Backup->new( exclude => [ ^history, ^Cache ], ); Regular expressions can be strings or compiled Regexps. By default the Cache, < Cache.Trash > folders, XUL cache, mail folders cache and lock files are excluded..

Requirements: No special requirements
Platforms: Linux
Keyword: Backup Backup Utility Libraries Mozillabackup New Perl Perl Module Plugin Profile Programming Utility
Users rating: 0/10

License: Freeware Size: 31.74 KB
USER REVIEWS
More Reviews or Write Review


MOZILLA::BACKUP RELATED
Libraries  -  Alien Perl module 0.91
Alien Perl module package contains external libraries wrapped up for your viewing pleasure! SYNOPSIS perldoc Alien; Alien is a package that exists just to hold together an idea, the idea of Alien:: packages, so there is no code here, just...
10.24 KB  
Libraries  -  OpenGeoDB Perl module 0.4
OpenGeDB Perl module is a module to access the OpenGeoDB database and calculate all ZIP codes in a certain radius..
3.07 KB  
Network & Internet  -  MyCMS perl module 1.0
MyCMS perl module provides the MN::CMS Perl module used by the MyCMS. MyCMS perl module contains Perl object classes to manage the data of MyCMS (such as articles, links, and images). MN::CMS is a perl module that allows you to manage an...
16.38 KB  
Libraries  -  Acme::EyeDrops 1.51
Acme::EyeDrops is a Perl module for visual programming in Perl. SYNOPSIS use Acme::EyeDrops qw(sightly); print sightly( { Shape => camel, SourceFile => eyesore.pl } ); Acme::EyeDrops converts a Perl program into an equivalent one, but...
102.4 KB  
Backup Utilities  -  Free PC Driver Backup Utility 2.6.4
Free PC Driver Backup Utility has the ability to create a backup copy of all system drivers and restore them to safeguard your device-related drivers from loss or corruption and save time getting your PC fixed. With this driver backup software,...
3.65 MB  
Backup Utilities  -  BackupMill: Easy Backup Utility 1.0.0
BackupMill: Easy Backup Utility is an easy-to-use program designed for an automatic backup of your critical data virtually. Target: a folder mirrors the source folders via hard links (must:NTFS). The files are stored in separate dirs with history....
343 KB  
Input Device Utilities  -  AB's Backup Utility 1.0
Backup Utility will copy all the files in a certain directory of a specified type into another directory. Effectively, it is a very simple and easy to use backup utility. Backup jobs can be saved, and you can specifiy restrictions such as file...
30 KB  
Backup Utilities  -  ArcAngel Backup Utility 0.5
ArcAngel is a simple backup utility for programmers comfortable with XML and RegExp. It creates Zip format archives of specified files, with flexible file-selection rules, and pre- and post-backup task execution.
298.3 KB  
Backup Utilities  -  Java Backup Utility 0.5.1
The Java Backup Utility (jbu) is a fully-threaded backup utility written in Java. Because of this, it can run on any platform. It uses the common .zip file format for its backup files, and hence the user is not bound to a 'proprietary' format.
67.05 KB  
Backup Utilities  -  yarbu - Yet Another Rsync Backup Utility 1.0
Yet Another Rsync Backup Utility (YARBU). A robust but powerful snapshot-like rolling backup utility with email notification and straightforward configuration.
391.72 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB