tar - incremental backup


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting tar - incremental backup
# 1  
Old 07-19-2006
tar - incremental backup

Hello everyone!

I'm trying to make incremental tar archives of a folder for an example. On the box I use is UNIX AIX installed. I tried some sample codes I found on several web pages but with no success. Don't know what I'm doing wrong. Please write some sample code to make incremental tar archive and for extracting too.

Thanks for future posts Smilie !

regards
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Incremental Backup using tar for more than one path

Hi everyone; I need to create a shell script for full and incremental backup purposes. for incremental backup only for one folder (test1) located in /home/test1 syntax below works fine and have no problem: tar -cvf /home/backup/backup-0.tar.gz -g /home/test1/test.snar /home/test Problem is here... (5 Replies)
Discussion started by: momed131
5 Replies

2. UNIX for Dummies Questions & Answers

Create an incremental tar

Hello, I need to create a tar file with a list of files from a directory. The directory has about 1000+ files of which I only need to create a tar ball of 150 files. The 150 files I need in the tar ball do not have common names or a common start letter. No two file names match, example: 1st... (3 Replies)
Discussion started by: babyPen1985
3 Replies

3. Homework & Coursework Questions

incremental or full backup ???

Hi. Can someone tell me if the following script that i have made is a script for INCREMENTAL BACKUP or FULL BACKUP. My teacher told me that is doing an FULL BACKUP. • find /etc /var /home -newer /backups/.backup_reference > /backups/.files_to_archive • touch /backups/.backup_reference • tar... (1 Reply)
Discussion started by: bender-alex
1 Replies

4. UNIX for Dummies Questions & Answers

incremental and full backup.. please help me

Hi, i'm new here(and a newbie) and i need some help with a project. I need to write a script for an incremental backup (this must be executed every day at 24:00) and a full backup (executed once a month) for etc/var/home directories. Can someone please help me with this? And a small explanation of... (9 Replies)
Discussion started by: bender-alex
9 Replies

5. UNIX for Advanced & Expert Users

Do incremental backup without tar files up

I'm trying to do a incremental backup for a big NFS. Since space is not an issue, I don't want to compress them or end up with a big tarball for full backup( and a series of small tarballs for incremental backup). Basically I want the TAR backup/restore functionality but not TAR files up.... (3 Replies)
Discussion started by: overmindxp
3 Replies

6. Windows & DOS: Issues & Discussions

Incremental Backup

I have a folder /root/test in a centos 5.3 system. I want to take an incremental backup of the contents of the folder in the C:\Downloads folder of a windows system present in the same lan as the linux system. What are the ways of executing this plan? Kindly help (0 Replies)
Discussion started by: proactiveaditya
0 Replies

7. Shell Programming and Scripting

Incremental backup

Hi, I would like to create a daily incremental backup of a directory with all of the files within and add a timestamp (year-month-day) to the tar.gz file. I have the following, but it doesn't backup the inside files of the directory. #!/bin/bash tar -czf... (1 Reply)
Discussion started by: agasamapetilon
1 Replies

8. UNIX for Dummies Questions & Answers

incremental backup

Hi All.. i am trying to write a script which will give the incremental tar backup of all files with latest timestam. i tried with find -mmin -2 but if it takes half on hour or something to creat the tar itself, then no meaning in using the above command. so please help me to find the... (2 Replies)
Discussion started by: Usha Shastri
2 Replies

9. SCO

Incremental Backup using TAR in sco Openserver 5.0

Incremental Backup using TAR in sco Openserver 5.0 Dear all I am using sco openserver 5.0. I wanted to take backup of two folder (each 600 MB size) with lot of files. I used to take backup using tar command daily using a script. But the same takes more time. Is there any way to take backup... (0 Replies)
Discussion started by: jamcalicut
0 Replies

10. Shell Programming and Scripting

How to reinvent incremental backup in bash?

I want to backup two important files everytime they are modified. How would I write a bash script that would check the dates of my zip files and my data files and only create a new zip file if the zip file is older than the two data files? Thanks, Siegfried (1 Reply)
Discussion started by: siegfried
1 Replies
Login or Register to Ask a Question
backup-manager(8)					      System Manager's Manual						 backup-manager(8)

NAME
backup-manager - An easy to use backup tool for your Linux box. SYNOPSIS
backup-manager [options] DESCRIPTION
Backup Manager is an easy-to-use tool for generating archives. It is designed with simplicity in mind for those who don't want an obfuscated tool for making tarballs. There are different methods for building archives: tarballs, incremental tarballs, mysql dumps, svn dump. You can also write your own method with a generic method that will execute a command and will archive its output. Every times you run Backup Manager, you can upload archives thanks to a couple of upload methods: through FTP, SSH or even with RSYNC. It's also possible to export your archives to removable media like CDR or DVD. CONFIGURATION FILES
Backup Manager's behavior is defined in configuration files. You can use different configuration files at the same time. The default con- figuration file is `/etc/backup-manager.conf'. An example should have been provided with the program, most of the time it's installed in `/usr/share/backup-manager/backup-man- ager.conf.tpl'. If you want exhaustive details about how to write your own configuration files, please refer to the Backup Manager User Guide: http://www.backup-manager.org/documentation/user-guide/ OPTIONS
--version Show the version number. --verbose|-v Print what happens to STDOUT. --no-warnings Disable warnings. --help|-h Print a short help message. --upload|-u Just upload the files. --purge|-p Just purge old archives. --burn|-b Just burn the archives. --md5check|-m Just perform the MD5 checkup on the CDR/CDRW. --conffile|-c file Use an alternate config file. --force|-f Force overwrite of existing archives. --no-upload Disable the uploading process. --no-burn Disable the burning process. --no-purge Disable the purging process. BUGS
If you find a bug or want to submit a wish-list to the development team, feel free to use the official Bug Tracking System: http://bugzilla.backup-manager.org WEBSITE
To find latest news and releases, come to the official website: http://www.backup-manager.org SEE ALSO
backup-manager-upload(8), ssh-keygen(1) AUTHOR
Alexis Sukrieh <sukria@backup-manager.org> backup-manager(8)