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.478.186 Times

Thunderbird Backup Mac freeware
Filter: All | Freeware | Demo
 

Thunderbird Backup Mac

< 1 2 3 4 5 
Released: July 01, 2008  |  Added: September 11, 2008 | Visits: 1.242

Yildun Internet Backup The yildun software and service is based on a binary differential technology of top quality. After sending the initial backup version into our backup servers, the product is capable of communicating through dsl/rdsi conventional lines, the binary variation of hundreds of Gigabyte of information... Platforms: Windows

License: Freeware Size: 18.68 MB Download (109): Yildun Internet Backup Download

Released: May 12, 2009  |  Added: May 16, 2009 | Visits: 2.168

Cucku Backup Cucku Backup is free, unlimited Local and Remote Backup in a single package.Local backup supports external and network drives, backs up locked files and stores each version of every file included in the backup. Remote backup uses Skype to send a copy of your local backup to friends, family... Platforms: Windows

License: Freeware Size: 6.34 MB Download (151): Cucku Backup Download

Released: October 07, 2008  |  Added: November 06, 2008 | Visits: 2.915

DVD Backup Creator DVD Backup Creator is an easy to use tool to make a copy (backup) of any type of CD/DVD disc, so your important CD/DVD discs will be safe. You can backup to your hard drive or another disc. With DVD Backup Creator you can grab any type of CD/DVD. SPTI (SCSI Pass Through Interface) and ASPI... Platforms: Windows

License: Freeware Size: 2.79 MB Download (222): DVD Backup Creator Download

Released: April 30, 2009  |  Added: May 04, 2009 | Visits: 4.253

Ocster Backup Free This is a great backup software that was designed from the start to work fully automatic. You simply specify what you want backed up and when and then the software takes care of the rest. The backups can be stored either on an external local hard disk or (for a small fee) via the internet on... Platforms: Windows

License: Freeware Size: 7.58 MB Download (154): Ocster Backup Free Download

Released: February 14, 2009  |  Added: September 26, 2009 | Visits: 1.366

Vista Backup Mill Vista Backup Mill will help you to protect your data on two different secure levels. First, it provides handy tools for making backup copies of your files, folders, and documents. All backup actions can be automated and scheduled. With Vista Backup Mill, you will always have actual reserve copies... Platforms: Windows

License: Freeware Size: 1.08 MB Download (124): Vista Backup Mill Download

Released: May 01, 2009  |  Added: October 02, 2009 | Visits: 2.194

Open Source Backup Open Source Backup is an easy-to-use, handy backup tool for Windows. It supports the most important features for making a reserve copy of files or folders and restoring them. Open Source Backup is written in Visual C#, and the source code can be found on our site. Platforms: Windows

License: Freeware Size: 512.53 KB Download (125): Open Source Backup Download

Added: January 18, 2010 | Visits: 1.494

Box Backup Box Backup is an FREE, completely automatic on-line backup system for UNIX.. Platforms: *nix

License: Freeware Size: 501.76 KB Download (101): Box Backup Download

Added: January 18, 2010 | Visits: 1.842

Net::Flickr::Backup Net::Flickr::Backup module contains OOP for backing up your Flickr photos locally. SYNOPSIS use Net::Flickr::Backup; use Log::Dispatch::Screen; my $flickr = Net::Flickr::Backup->new($cfg); my $feedback = Log::Dispatch::Screen->new(name => info, min_level => info);... Platforms: *nix

License: Freeware Size: 23.55 KB Download (100): Net::Flickr::Backup Download

Added: January 18, 2010 | Visits: 2.335

MAC Changer GUI MAC Changer GUI will display and change your MAC address to a user supplied or random value. Created with kommander 1.3.0. Not sure if it works with previous versions. Depends on kdialog and must be executed with the kdesu command. Example: kdesu kmdr-executor /home/someDIR/mac.kmdr As... Platforms: *nix

License: Freeware Size: 30.72 KB Download (226): MAC Changer GUI Download

Added: July 08, 2010 | Visits: 1.924

GNU MAC Changer GNU MAC Changer project consists of an utility for manipulating MAC addresses of network interfaces. It can set specific, random, vendor-based (with a 6600+ vendor list), and device-type-based MACs.. Cherokee is a flexible, very fast, lightweight Web server. It is implemented entirely in C, and... Platforms: *nix

License: Freeware Size: 225.28 KB Download (148): GNU MAC Changer Download

Added: October 01, 2010 | Visits: 2.159

Mac menubar for GNOME/Xfce Mac menubar for GNOME/Xfce is a Mac-style menubar for gtk2/gnome/xfce. This is not one app, but 3 pieces of mutual-dependent softwares: 1.patch for gtk2 (2.10.x and 2.8.x) 2.gnome panel applet 3.xfce panel plugin (for 4.4+ only) The sources are hosted on AUR (Arch User Repository),... Platforms: *nix

License: Freeware Download (160): Mac menubar for GNOME/Xfce Download

Added: October 23, 2010 | Visits: 2.992

Mac OS X Bundle Mac OS X Bundle provides a Mac OS X-like theme for GTK. "Mac OS X Bundle" includes:. Mac OS X Bundle GNOME-Look.org Community Portal for Gnome Themes Wallpapers Icons Sounds Screenshots Schemes Skins Skinz Screensavers Splash Screens News Forum GUI Polls Links Downloads GTK Look News Mouse X11... Platforms: *nix

License: Freeware Download (409): Mac OS X Bundle Download

Added: March 03, 2010 | Visits: 1.670

Mac::Errors Mac::Errors is a Perl module with constants for Mac error codes. SYNOPSIS use Mac::Errors qw(openErr); if( $value == openErr ) { ... } my $error = $MacErrors{ $symbol }; # -- OR -- my $error = $MacErrors{ $number }; my $symbol = $error->symbol; my $number = $error->number; my $desc =... Platforms: *nix

License: Freeware Size: 54.27 KB Download (104): Mac::Errors Download

Added: November 06, 2010 | Visits: 1.191

Mac::PropertyList Mac::PropertyList is a Perl module to work with Mac plists at a low level. SYNOPSIS use Mac::PropertyList; my $data = parse_plist( $text ); # == OR == my $data = parse_plist_file( $filename ); # == OR == open my( $fh ), $filename or die "..."; my $data = parse_plist_fh( $fh ); my... Platforms: *nix

License: Freeware Size: 17.41 KB Download (126): Mac::PropertyList Download

Added: July 07, 2010 | Visits: 1.181

AudioCD::Mac AudioCD::Mac is a MacPerl extension for controlling Audio CDs. SYNOPSIS #!perl -w use AudioCD; use strict; my $cd = new AudioCD; $cd->volume(255); $cd->play(2); print "Now playingn" if $cd->status == CD_PLAY; printf "Volume is %dn", $cd->volume; sleep(5); $cd->pause; print "Now... Platforms: *nix

License: Freeware Size: 14.34 KB Download (91): AudioCD::Mac Download

Added: April 02, 2010 | Visits: 962

Backup Backup project adds instant version control to any file on a Unix system. Do you hate *.bak and *.20050101 and *.cjn (your initials here) and *.do.not.touch files as much as I do? They litter your filesystem any time someone (and were all guilty of it) needs to back-up a file theyre working on.... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Backup Download

Added: February 16, 2010 | Visits: 911

Lazy Backup Lazy Backup project is intended to be so easy even lazy people will do their backups. Everyone is encouraged to make regular backups but how many of us actually do? Not only can it take a long time, but it can be complicated with a bunch of steps. Lazybackup is all about making it easy so that... Platforms: *nix

License: Freeware Size: 19.46 KB Download (91): Lazy Backup Download

Added: July 01, 2010 | Visits: 1.482

DVD BacKup Express DVD BacKup Express is a small Kommander Script to create a GUI for dvdbackup. I made it because it can be run on any platform with kommander installed and dvdbackup available (which may be more platforms than kdvdbackup or other binary frontends are available for) There is a lot of room for... Platforms: *nix

License: Freeware Size: 4.1 KB Download (103): DVD BacKup Express Download

Added: April 15, 2010 | Visits: 1.282

Mac::Apps::Seasonality::LoadICAOHistory Mac::Apps::Seasonality::LoadICAOHistory is a Perl module to load data into an SQLite2 database with the Seasonality weather.db schema. SYNOPSIS use English qw{ -no_match_vars }; use DBI; use Mac::Apps::Seasonality::LoadICAOHistory qw{ :conversion &clean_icao_history_set... Platforms: *nix

License: Freeware Size: 31.74 KB Download (98): Mac::Apps::Seasonality::LoadICAOHistory Download

Added: July 12, 2010 | Visits: 1.281

Mac::Apps::Seasonality::Constants Mac::Apps::Seasonality::Constants is a Perl module for static definitions of aspects of Seasonality. SYNOPSIS use Mac::Apps::Seasonality::Constants qw{ $SEASONALITY_NAME $SEASONALITY_CREATOR $SEASONALITY_HISTORY_DATABASE_PATH }; use Mac::Apps::Seasonality::Constants qw{... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Mac::Apps::Seasonality::Constants Download

< 1 2 3 4 5