Main > Free Download Search >

Free dvd backup 0.4.0 software for linux

dvd backup 0.4.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 919
DVD Backup 0.4.0

DVD Backup 0.4.0


DVD Backup is an unix shell script providing functionality for backuping files and databases (PostgreSQL, MySQL) on DVD discs. more>>
DVD Backup is an unix shell script providing functionality for backuping files and databases (PostgreSQL, MySQL) on DVD discs.
DVD Backup supports multisession and incremental backups. Mail notification is also supported.
Enhancements:
- This release sends email notifications using netcat instead of telnet.
- There are more details about communication with the SMTP server, and configurable excluded files patterns.
<<less
Download (0.003MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1316 downloads
DVD BacKup Express 5

DVD BacKup Express 5


DVD BacKup Express is a small Kommander Script to create a GUI for dvdbackup. more>>
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 improvement here. Feel free to spruce it up a bit and send me the new .kmdr file and i will update this.

<<less
Download (0.004MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1354 downloads
SILVERCODERS DVD Backup 0.5.0

SILVERCODERS DVD Backup 0.5.0


SILVERCODERS DVD Backup is an unix shell script providing functionality for backuping files and databases on DVD discs. more>>
SILVERCODERS DVD Backup is an unix shell script providing functionality for backuping files and databases (PostgreSQL, MySQL) on DVD discs.
The project supports multisession and incremental backups. Mail notification is also supported.
Usage:
dvd_backup.sh [--config < file_name >] --init|--add
--config < file_name > - use specified config file (default is ./dvd_backup.conf)
--init - initial backup (empty media)
--add - add next backup (media with backups)
Enhancements:
- Configuration for burning speed and temporary directory was implemented.
- Calculating checksums (SHA1 or MD5) was introduced.
- Warnings are printed if some files were changed while being archived.
- SMTP authentication can be disabled in this version.
- The path to the config file can be passed as an argument.
- A lot of bugs and compatibility fixes are included for several platforms.
<<less
Download (0.004MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1017 downloads
dvdbackup 0.1.1

dvdbackup 0.1.1


dvdbackup you can do a 1:1 copy of a DVD-video. more>>
dvdbackup you can do a 1:1 copy of a DVD-video.

Installation

Download dvdbackup version 0.1 - you will also need libdvdread version 0.9.3 or later.

Compile dvdbackup.c in the src dir like this gcc -o dvdbackup
-I/my/prefix/to/libdvdread/include -L/my/prefix/to/libdvdread/lib
-ldvdread dvdbackup.c

NOTE: The "" indicates that its one line - i.e. remove the "" from the command
line

Usage:

If your backup directory is /my/dvd/backup/dir/ specified with the "-o" flag. Then dvdbackup will create a DVD-Video structure under /my/dvd/backup/dir/TITLE_NAME/VIDEO_TS.

Since the title is "uniq" you can use the same dir for all your DVD backups. If it happens to have a generic title dvdbackup will exit with a return value of 2. And you will need to specify a title name with the -n switch.

dvdbackup will always mimic the original DVD-Video structure. Hence if you e.g. use the -M (mirror) you will get an exact duplicate of the original. This means that every file will be have the same size as the original one. Like wise goes also for the -F and the -T switch.

However the -t and (-t -s/-e) switch is a bit different the titles sectors will be written to the original file but not at the same offset as the original one since they may be gaps in the cell structure that we dont fill.

To backup the whole DVD

dvdbackup -M -i/dev/dvd -o/my/dvd/backup/dir/

This action creates a valid DVD-Video structure that can be burned to a DVD-/+R(W) with help of mkisofs version 1.11a27 or later

To backup the main feature of the DVD

dvdbackup -F -i/dev/dvd -o/my/dvd/backup/dir/

This action creates a valid DVD-Video structure of the feature title set
dvdbackup defaults to get the 16:9 version of the main feature if a 4:3 is also present on the DVD. To get the 4:3 version use -a 0.

dvdbackup makes it best to make a inteligent guess what is the main feature of the DVD - in case it fails please send a bug report.

To backup a title set

dvdbackup -T 2 -i/dev/dvd -o/my/dvd/backup/dir/

where "-T 2" specifies that you want to backup title set 2 i.e. all VTS_02_X.XXX files.

This action creates a valid DVD-Video structure of the specified title set

To backup a title

dvdbackup -t 1 -i/dev/dvd -o/my/dvd/backup/dir

This action backups all cells that forms the specified title. Note that there can be sector gaps in between one cell and an other. dvdbackup will backup all sectors that belongs to the title but will skip sectors that arent a part of the title.

To backup a specific chapter or chapters from a title

dvdbackup -t 1 -s 20 -e 25 -i/dev/dvd -o/my/dvd/backup/dir

This action will backup chapter 20 to 25 in title 1, as with the backup of a title there can be sector gaps between one chapter (cell) and on other.dvdbackup will backup all sectors that belongs to the title 1 chapter 20 to 25 but will skip sectors that arent a part of the title 1 chapter 20 to 25.

To backup a single chapter e.g. chapter 20 do -s 20 -e 20
To backup from chapter 20 to the end chapter use only -s 20
To backup to chapter 20 from the first chapter use only -e 20

You can skip the -t switch and let the program guess the title although its not recomened.

If you specify a chapter that his higher than the last chapter of the title dvdbackup will turncate to the highest chapter of the title.

Return values

0 on success
1 on usage error
2 on title name error
-1 on failur

Todo - i.e. whats on the agenda

Make the main feature guessing algoritm better. Not that it doesnt do its job, but its implementation its that great. I would also like to preserve more information about the main feature since that would let me preform better implementations in other functions that depends on the titles_info_t and title_set_info_t strcutures.
Make it possible to extract cells in a title not just chapters (very easy so it will definitly be in the next version).

Make a split mirror (-S) option that divides a DVD-9 to two valid DVD-5 video structures. This is not a trivial hack and its my main goal the next month or so. It involves writing ifoedit and vobedit libraries in order to be able to manipulate both the IFO structures and the VOB files. Out of this will most probably also come tscreate and vtscreate which will enable you to make a very simple DVD-Video from MPEG-1/2 source.
<<less
Download (0.024MB)
Added: 2005-12-20 License: GPL (GNU General Public License) Price:
1403 downloads
DYS Backup 0.2

DYS Backup 0.2


DYS Backup is just a small script to backup your system. more>>
DYS Backup is just a small script to backup your system.
You can ajust it to your needs as you like. It is made for me, but you are free to use it in the terms of the GNU General Public License.
Enhancements:
- Backups can be rotated and timestamped.
- Self encryption with GPG can be done.
- Pre and post script functions can be used.
- Package data was added for Red Hat/Fedora.
- Conditional compression of encryption is used.
- The user may choose between bzip2 and gzip.
<<less
Download (0.002MB)
Added: 2007-04-11 License: GPL (GNU General Public License) Price:
926 downloads
Hosting Backup 0.4.0

Hosting Backup 0.4.0


Hosting Backup provides a set of scripts for backing up your hosted Web sites. more>>
Hosting Backup provides a set of scripts for backing up your hosted Web sites.
Hosting Backup is a set if PHP command line scripts that provides an easy way to backup hosted Web sites to your local computer. It works with sites hosted on Linux servers with MySQL databases using FTP.
HostingBackup uses lftp (http://lftp.yar.ru/) to download all the files from your remote server.
HostingBackup uses rc4 encryption, so you do not need to have PHP compiled with mcrypt.
HostingBackup is tested on Linux local computer with PHP 4.3.x and lftp 3.0.x.
The remote component will manage some operations like optimization and dump of MySQL databases.
The local component will manage the execution of backups and other utilities like the generation of crypted passwords and the automatic installation of the remote component.
To allow an easy way to backup all hosted MySQL databases we store the main password for the account directly on the remote server, crypted with rc4.
When we call the dump script we pass the decrypt key.
To catch the login data an hacker should read the crypted password written on the server and intercept the key on the net.
Enhancements:
- Add: "--comments=false" to mysqldump
- Add: "set FOREIGN_KEY_CHECKS=0;" to mysqldump
- Add: "--add-drop-table" to mysqldump
<<less
Download (MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
962 downloads
scdbackup 0.8.8

scdbackup 0.8.8


scdbackup is a simplified CD/DVD backup program for Linux. more>>
scdbackup is a simplified CD/DVD backup program for Linux. It can back up large amounts of data on one or more media, with no special tools needed for reading the backup. scdbackup supports ISO9660 filesystems and afio archives.
Its special features are automatic division of data into multiple volumes, verification of write success, and incremental backups. An information script on each volume tells where a certain file may be found. CDs get written via cdrecord. DVDs get written via growisofs.
Purpose:
- backup large amounts of data on one or more CDs or DVDs,
- simple (therefore no excuse not to do the backup),
- no special tool needed for reading the backup
Formats:
- ISO9660 file systems (readable after : mount )
- afio archives (readable by : afio ... /dev/cdrom)
Special features:
- Breaks the 650 MB / 4.7 GB limits (more than one CD / DVD )
- Information script on each CD tells where a certain file may be found
- Collision test with renaming avoids aborting of mkisofs
- Interrupted backups can be resumed at the start of the failed piece
- Verification of resulting CDs possible by recorded checksums
- Incremental backups with an arbitrary number of levels
- Multi user safe by use of a locking protocol
Hardware requirements:
A CD recorder suitable for cdrecord (most SCSI or ATAPI writers, see also list of drives ) It has to be reachable via a SCSI address. On modern Linux systems, other connection types can be used via an emulated SCSI bus. Recent versions of cdrecord got direct support for IDE burners via address prefixes ATAPI: and ATA: .
As an alternative, it is possible to use cdrskin, based on libburn.
and/or
A DVD writer suitable for growisofs. It has to be reachable via a SCSI device file. On modern Linux systems, other connection types can be used via an emulated SCSI bus. On even more modern Linux (>= 2.5), growisofs can use IDE device files directly.
As an alternative, it is possible to use cdrecord-ProDVD.
If you got any other high capacity backup devices which you want to use rather than a CD recorder then please contact me. I am interested in learning how to use them for writing of backup data.
Software requirements :
/bin/sh
compatible to GNU Bourne-Again SHell (bash).
including usual programs like: cat, date, du, echo, ls, ...
see hints for working around shell compatibility problems
afio
archiver program (for system backups)
gzip
data compression program (for compressed afio and incremental backups)
bc
calculator language (only if you employ the locking protocol)
Required for writing DVD :
growisofs
from package "dvd+rw-tools"
or cdrecord-ProDVD (see README, Appendix DVD)
a binary with time limited license
Enhancements:
- scdbackup now supports wodim and cdrskin as CD/DVD burn backends, as well as the ISO9660 formatter genisoimage.
- The helper application scdbackup_askme is able to quickly find files in large incremental backups, to guide through extraction of single files, or to perform the full restore of a whole backup.
<<less
Download (0.86MB)
Added: 2007-08-06 License: BSD License Price:
810 downloads
Dvdkup 0.6

Dvdkup 0.6


DVDKUP is a GTK interface for Mencoder, the encoding command of the software MPlayer. more>>
DVDKUP is a GTK interface for Mencoder, the encoding command of the software MPlayer.
It allows to easily create a backup copy of your dvd in MPEG4 standard, fully compatible with your DivX player (even the "stand-alone" ones!), using the LAVC codec. This codec, written by MPlayer developers, gives a quality comparable with last DivX and Xvid codecs (higher, for the MPlayer staff!).
For the audio encoding, DVDKUP use the dear old mp3 or the original AC3 stream of your dvd. Actually DVDKUP doesnt support OGG Vorbis encoding.
DVDKUP uses a very simple interface to create one or more AVI files ready to be burned on your cd-r. If you choose to use more than one cd-r, DVDKUP automatically split the movie using the chapter informations, in order not to break a scene just in the middle.
Enhancements:
- various bugfixes
<<less
Download (0.088MB)
Added: 2005-08-04 License: GPL (GNU General Public License) Price:
1544 downloads
Lazy Backup 0.0.10

Lazy Backup 0.0.10


Lazy Backup project is intended to be so easy even lazy people will do their backups. more>>
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 people will actually do it.

Current implementation

Started as a script to make my own backups easier there is a ready to use perl application available for download via sourceforge. It is works from the command line, and prompts users to do things like change disks. It should be a lot easier to use than the various steps that would need to be used to backup manually.

Technologies

Currently used

dar - disk archiver as the archive engine
dvd+rw-tools - dvd burning tools
perl - script engine

Planned

parchive - to recover from lost or damaged disks
GTK+/ GNOME - Optional super easy front end
curses - another optional easy to use front-end
c++ - Many of the programs lazybackup depends on are written in c++, and have libraries written in c++ that could make lazybackup more streamlined if used instead of invoking the command line programs.

Goals

Lazybackup has the ambitious goal of being the defacto backup tool of the gnome desktop when GNU/Linux becomes a mainstream OS of non technical people. Lazybackup also aims to appeal to admins via advanced scritability, and full functionality via command line, and library interfaces.
<<less
Download (0.019MB)
Added: 2006-04-19 License: GPL (GNU General Public License) Price:
1286 downloads
c42 Backup Suite 0.2.0

c42 Backup Suite 0.2.0


c42 Backup Suite is a simple python program for maintaining a central backup in a small, but distributed environment. more>>
c42 Backup Suite is a simple python program for maintaining a central backup in a small, but distributed environment with a central file share. Basically it is a wrapper around the tar backup facility.
Main features:
- Common, simple configuration of backup tasks.
- Use same configuration for full and incremental backups.
- Provide a network wide index of backups.
- Separates creating and compressing of backup files
- Automatically delete outdated backup files.
- The rules which defines if a backup file is outdated or not are specified in the configuration.
- Provide a configuration mechanism that is strong enough to write general backup configurations, which can be shared between different machines and users.
A task is defined backup template. At invocation of the task it is determined if a full or incremental backup should be done.
The separation of creating and compressing of backup files allow the use on a client machine with low CPU resources. For client machines with big CPU resources or a small network bandwidth the compression can be done also on the client side.
<<less
Download (2.6MB)
Added: 2006-09-08 License: LGPL (GNU Lesser General Public License) Price:
1141 downloads
Midnight Backup 0.6

Midnight Backup 0.6


Midnight Backup is a flexable framework composed of plugins that will allow system administrators to develop backup systems. more>>
Midnight Backup is a flexable framework composed of plugins that will allow system administrators to develop sophisticated backup systems.
It will be cross-network and cross-platform, allowing clients to submit data to servers for backup purposes. It will have a high level of admin control though filters and a pervasive "plug-in" architecture. Midnight Backup will be under an Open Source/Free Software license.
Main features:
- Network Oriented
- Portability
- Fully Modular and Extensible Design
- Easy Add-On Creation
- "Bare Metal" Recovery through creation of custom boot disks
- Authentication and Encryption between clients and servers
- Bandwidth Usage Optimization for low-bandwidth connections
- The ability for users to recover their own data without admin intervention
- Multiple output media support (CDrom/CDrw, ftape, disk, etc)
Enhancements:
- After a year and a half hiatus, here is version 0.6 of mbackup. This has been completely rewritten in c++. See README and doc/object-description.txt for more info.
<<less
Download (0.020MB)
Added: 2007-06-11 License: Open Software License Price:
865 downloads
Cedar Backup 2.13.2

Cedar Backup 2.13.2


Cedar Backup is a Python package that supports backups of files on local and remote hosts. more>>
Cedar Backup is a Python package that supports backups of files on local and remote hosts to CD-R or CD-RW media over a secure network connection. Cedar Backup project also includes extensions that understand how to back up MySQL databases and Subversion repositories, and it can be easily extended to support other data sources, as well.
The package is focused around weekly backups to a single disc, with the expectation that the disc will be changed or overwritten at the beginning of each week. If your hardware is new enough, Cedar Backup can write multisession discs, allowing you to add to a disc in a daily fashion. Directories are backed up using tar and may be compressed using gzip or bzip2.
There are many different backup software implementations out there in the free-and open-source world. Cedar Backup aims to fill a niche: it aims to be a good fit for people who need to back up a limited amount of important data to CD-R or CD-RW on a regular basis.
Cedar Backup isnt for you if you want to back up your MP3 collection every night, or if you want to back up a few hundred machines. However, if you administer a small set machines and you want to run daily incremental backups for things like system configuration, current email, small web sites, or a CVS repository, then Cedar Backup is probably worth your time.
Cedar Backup has been developed on a Debian GNU/Linux system and is currently supported only on Debian and other Linux systems. However, since it is written in portable Python, it should in theory run without too many problems on other UNIX-like systems which have a working version of the cdrecord and mkisofs utilities.
Enhancements:
- Invalid regular expressions in the configuration are now handled better.
- Other minor documentation cleanups were done.
<<less
Download (2.0MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
837 downloads
Keep 0.4.0

Keep 0.4.0


Keep is a backup system for KDE. more>>
Keep is a backup system for KDE. Keep behavior is quite simple: you choose the files you want to backup, you set up the frequency and the number of backup you want to have, and then Keep will backup them automatically.
In order to compile Keep you need to have unsermake.
Installation:
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes a while. While running, it prints some messages telling which features it is checking for.
2. Type `unsermake to compile the package.
Enhancements:
- ADD: possibility to use an inclusion/exclusion list when setting up backup source
- ADD: possibility to control rdiff-backup process priority
- ADD: Restore backup wizard now displays last backup date
- FIX: Backup every hour bug fixed
<<less
Download (0.71MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1081 downloads
File::Backup 0.07

File::Backup 0.07


File::Backup is a Perl module for easy file backup & rotation automation. more>>
File::Backup is a Perl module for easy file backup & rotation automation.

SYNOPSIS

use File::Backup;

backup( from => "/source/path", to => "/destination/path" );
backup( from => "/kansas/*", to => "/oz" );

purge_backups(
to => "/destination/path",
compress => 0,
keep => 5,
timeformat => "YYYYMMDD_hhmmss",
);

This legacy module implements archival and compression (A.K.A "backup") and file rotation and is an implementation of tar and gzip calls.

<<less
Download (0.008MB)
Added: 2007-04-25 License: Perl Artistic License Price:
913 downloads
Simple Backup 1.0

Simple Backup 1.0


Simple Backup is a shell script to create basic backups using tar, grep, sed, and bash. more>>
Simple Backup is a shell script to create basic backups using tar, grep, sed, and bash.

Simple Backup works by using a file that contains the folders to be backed up and a file that contains expressions to exclude certain folders/files.

Usage: backup.sh < backuplist > < excludelist >

Free to use at your own risk. The author cant be held responsible for any side effects
of using this software. Use at your own risk.
<<less
Download (0.003MB)
Added: 2006-07-26 License: Freeware Price:
1186 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5