1833870 Members
1533 Online
110063 Solutions
New Discussion

Backup Scripts

 
Michel_16
Occasional Contributor

Backup Scripts


Hi,

Can somebody help me with some good Backup scripts. e.g. Copy to backup server. housekeeping. logfiles..

Thanks

Mick
Have FUN
4 REPLIES 4
Zafar A. Mohammed_1
Trusted Contributor

Re: Backup Scripts

Which scripts you need, Database backup scripts or Ignite or Netbackup, Omni backup scripts?

Bill Hassell
Honored Contributor

Re: Backup Scripts

There's a lot of information needed: are you backing up 2Gb of data or 2Tb? What kind of tape drive (capacity)? Is this a 24x7 operation? Can the backup complete without any interaction (ie, changing tapes)? If this is a network backup, are you using standard tools or a commercial backup program? Remember that files larger than 2Gb will not work with classic Unix tools like cpio.


Bill Hassell, sysadmin
Michel_16
Occasional Contributor

Re: Backup Scripts

Ok??

I want to save some gz (200 Mb) files to a backup server.

thanks,

Michel
Have FUN
Leif Halvarsson_2
Honored Contributor

Re: Backup Scripts

Hi,
If this is a temporary need perhaps the most easy is to use tar . If your don't have a local backup device you have to NFS-mount the filesystem. If you want to do regular (and scheduled) backups fbackup is a better alternative. With fbackup you also can use remote devices.