![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Suggestions on input | meera | Shell Programming and Scripting | 1 | 04-30-2008 03:01 AM |
| Suggestions Req | ravi.sadani19 | SUN Solaris | 1 | 06-01-2007 03:29 AM |
| EMS Suggestions for AIX? | janet | AIX | 0 | 04-13-2006 07:15 AM |
| Looking for Suggestions... | scottsl | UNIX for Advanced & Expert Users | 1 | 12-17-2005 08:32 AM |
| Backup Suggestions. | Cameron | Filesystems, Disks and Memory | 2 | 10-17-2002 03:33 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Backup suggestions
The current backup procedure we using a tar command in linux.
The files are stored in one partition in different folders. The docs stores in day wise folders like ex: /usr/data/xyz/20050129, /usr/data/xyz/20050130 ………….etc We using tar & gzip command to take backup everyday. The backup file ex: *_20050129.tar.gz and copying the file to backup server (remote m/c). Everyday tar and zipping all files takes more time is it any way or other methods to take incremental backup? Using shell script is it possible to take incremental backup everyday so that we can save time. We are also open to suggestions on other backup methods. Thanks in advance for your help in this regards. |
| Forum Sponsor | ||
|
|
|
|||
|
rsync
Is an open source utility that provides fast incremental file transfer. rsync is freely available under the GPL. rsync useage examples. http://rsync.samba.org/examples.html |