Support Script

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Support Script
# 1  
Old 04-22-2011
Data Support Script

Hi,

I have little experience in Linux, so I ask for help.
I need a script to do:
1 .- Compress entire directories (subdirectories-files) to a folder that is / backup. The directory is called / work
2 .- Rename the zip file with the name backupdir_% date%. zip
3 .- Make a MySQL dump and compress as mysql_% date%. zip
4 .- Make a put to a public FTP.

Explanation: the second time running the point 1 must only compress those files or directories that are updated.
# 2  
Old 04-24-2011
FYI

there is no space between the slash (/) and the directory name:

/work not / work
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

EXPECT script for Telnet automation. Need your support.

Dear experts, please help me . I've found simple EXPECT scripts and all works fine. But I need more automation in error handling and sending list of commands/output logging from multiple remote hosts. I have 10 hosts, for example: host1 192.168.1.1 LOGIN1 PASSWORD1 ...... ... (2 Replies)
Discussion started by: starchen
2 Replies

2. Solaris

Levels of support

Hello, I have a simple question because I can not find the information at oracle.com I want to buy support for OS Solaris and Servers hardware. I need information what are the levels of support and how much they cost? I need a help. Have a nice day (3 Replies)
Discussion started by: bieszczaders
3 Replies

3. Shell Programming and Scripting

Shell script support

Hi I have to write a shell script called lines $./lines nameofile thefirstline thelastline This script should output the lines the user has requested, for example: For example, .lines myfile 6 11 should output lines 6 to 11 of the file called myfile. I also need to make sure I show the... (1 Reply)
Discussion started by: Ben2
1 Replies

4. UNIX for Dummies Questions & Answers

Kernel Support

Hi, I want to learn that all the family of x86 processors are supported by kernel. I want to buy a board, which has VIA ESP10K processor and CHIPSET: VIA CN333 north bridge & VIA VT8237R south bridge Where can I find this? Thanks. (5 Replies)
Discussion started by: yildiz.a
5 Replies

5. UNIX for Dummies Questions & Answers

Ntfs support

hello, I want to acces my other drives(NTFS) on my fedora 6......I had recomplied my kernel to 2.6.23....previously it was 2.6.18.... Also I had loaded driver for ntfs ie.......installed successfully ....fuse + ntfs-3g..... Now I am able to accces my other ntfs drives....... but what i need is... (11 Replies)
Discussion started by: arunchaudhary19
11 Replies

6. UNIX for Advanced & Expert Users

sata support

i have a system which has two hard disks..one is sata and the other one is normal ata hard disk. i wish to install red hat enterprise linux WS(desktop edition) on my sata hard disk..but the installer shows me only my ata hard disk.. i searched the net..it says that a library-- libata will let it... (2 Replies)
Discussion started by: ankit.jss
2 Replies

7. HP-UX

SVG support

Okay, I know this is not necessarily a specific HP-UX OS question, but I'm hoping someone here may simply know the answer. We're trying to find out if SVG images are supported and viewable in any Mozilla (or Firefox) versions (1.5 or up) that are ported to HP-UX. On some platforms SVG requires a... (0 Replies)
Discussion started by: nedlyj
0 Replies

8. Shell Programming and Scripting

Run expect script in systems that don't support it out of box

Noob question .. My Java based application needs to change some user passwords based on some user actions. Since this application can run on Redhat AS2.1 / AS4.0 / Solaris 9 etc, the most safe and portable solution that I could think of was: Use expect. Now, expect is not available on all... (1 Reply)
Discussion started by: namityadav
1 Replies

9. UNIX for Dummies Questions & Answers

XML support

Does Unix or Linux support XML (1 Reply)
Discussion started by: usha4u
1 Replies
Login or Register to Ask a Question