If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > backup folder

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-15-04, 15:52
orongo orongo is offline
Registered User
 
Join Date: Oct 2002
Posts: 8
backup folder

How can i automatically backup a folder and zip it?

some one have a shell script for that?

Thank you a lot for any help!
Reply With Quote
  #2 (permalink)  
Old 02-15-04, 16:40
ika ika is offline
Registered User
 
Join Date: Oct 2003
Location: Slovakia
Posts: 482
Re: backup folder

Quote:
Originally posted by orongo
How can i automatically backup a folder and zip it?

some one have a shell script for that?

Thank you a lot for any help!
For scheduling you can use cron daemon.
For more information about cron try "man crontab" command.

For backup you will need to know how to work with: cp, tar, date and mv command. More information about the commands also try use the "man name_of_command".

For some shell tutorial try www.google.com.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On