System Backup of physical servers Linux


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting System Backup of physical servers Linux
# 1  
Old 09-12-2014
Hammer & Screwdriver System Backup of physical servers Linux

Dears,

I'm developing a system backup of physical servers database and Linux operating system. ShellScripts have 3, one for backup (tar), one for monitoring and one for purge.

Do these backup in a system of Dell DR4100 for NFS, backup scripts is fully dynamic and can put on any server that already backs up and causes the place and the DR / NFS also log.

I need to keep 4 types of backups daily, weekly, monthly and annual
For daily backup always have to keep records and purge the 6 from the previous week, for example a daily backup from Tuesday will only remove next Tuesday after the completion of the backup, since I have to keep the weekly and 5 records deregister previous eg weekly backup of the first week I will only remove after completion of the first weekly backup of next week and so on ... but I have some rules, every Saturday is weekly, every last day of the month is monthly, last day of the year is annual and is always remaining daily, this rule did already using functions in shell only for backup, but I can not do the monitoring.

I'm asking for help from you guys to know how do a monitoring system where the shell checks these rules?

Sorry for the garbled English ...

Thank you for now Smilie
# 2  
Old 09-12-2014
But what is the monitoring to do?
# 3  
Old 09-12-2014
The monitoring scripts will run on hourly, analyzing whether the backups are intact by date, size and number of files.
# 4  
Old 09-14-2014
Have you considered a commercial backup product. Many have "agents" that run on most *nix flavors, windows, mac, etc. and allow a lot customization (eg retention rules, full incremental backup schedules, pre and post backup scripts, include/exclude filters and much more).
# 5  
Old 09-15-2014
... or the open source enterprise backup solution Bacula (Bacula | Open Source Backup, Enterprise ready, Network Backup Tool for Linux, Unix, Mac, and Windows) which comes with many of the features of rather pricy commercial products.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris 11 AI Server Backup existing servers?

Hey Guys i've got a question about the AI Server. Is there any possibility to backup existing servers to reinstall them automaticly by using the AI Server? Regards Marcus (3 Replies)
Discussion started by: Marcusg562
3 Replies

2. AIX

Cloning a system via mksysb backup from one system and restore to new system

Hello All, I am trying to clone an entire AIX virtual machine to a new virtual machine including all partitions and OS.Can anyone help me on the procedure to follow? I am not really sure on how it can be done.Thanks in advance. Please use CODE tags for sample input, sample output, and for code... (4 Replies)
Discussion started by: gull05
4 Replies

3. Shell Programming and Scripting

Vm versus physical linux server

Does anyone have a script that can be run to tell you if you are on either a VM Linux or a physical Linux server? (15 Replies)
Discussion started by: bigbenn
15 Replies

4. UNIX for Advanced & Expert Users

Grub - how to boot a copy of Linux (full system backup)

Hi All, I have successfully backup & restore (using tar) one of my Debian Lenny Servers. On the restore server (standby machine), everytime i have to erase the disk & extract the tar backup. I want to extract the tar on the running restore server on a directory for e.g /systembackup-01,... (11 Replies)
Discussion started by: coolatt
11 Replies

5. AIX

Monitor Physical CPU usage on multiple servers

Hello, Looking for some help. I am trying to gather data at each server showing when the physical CPU is being used the most based on a weekly timeframe. I know this data can be seen through NMON but with multiple servers in our environment it could take a real long time. is there a easier... (4 Replies)
Discussion started by: audis$
4 Replies

6. Linux

Linux System Backup Command

Hi All, Is there any command to take complete system backup (image) in Linux like mksysb command in AIX ? Regards (1 Reply)
Discussion started by: m_raheelahmed
1 Replies

7. UNIX for Advanced & Expert Users

Script to access multiple linux servers to get system details such as CPU usage

Hi Is there any shell script that accesses multiple linux servers to get details such as CPU usage, RAM used etc. The access of the servers must be parallel not serial in the sense it must ping all the servers at a time to get information.The script has to be triggered from a host system and get... (7 Replies)
Discussion started by: mssrivatsa
7 Replies

8. UNIX for Advanced & Expert Users

how to make a full system backup excluding data and restoring it to a new system

Hi, In order to have a sand box machine that I could use to test some system changes before going to production state, I'd like to duplicate a working system to a virtual one. Ideally, I'd like to manage to do it this way : - Make a full system backup excluding the user file system (this... (7 Replies)
Discussion started by: pagaille
7 Replies

9. AIX

Maximum Limit of HMC to handle Physical Power Virtualization Physical Machine

Hello All, Can anybody please tell me what is the maximum limit of Physical IBM Power Machine which can be handled by single HMC at a single point of time? Thanks, Jenish (1 Reply)
Discussion started by: jenish_shah
1 Replies

10. Filesystems, Disks and Memory

How do I check 4 physical damaged on Linux hard disks?

How do I check for physical damage on red hat linux hard disks? I tried smartctl /dev/sdb but it came back so fast saying it was ok. Is there a better linux command to check for bad sectors or physical disks in linux? Is there a good way such as with parted or something else? I normally in HP... (4 Replies)
Discussion started by: taekwondo
4 Replies
Login or Register to Ask a Question