- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: BACKUP Scripts
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 06:13 PM
10-04-2004 06:13 PM
Can you help me with some backup scripts what we can start from cron with logfiles / checks / copy to backup server/ auto administer/ configurable etc
THANKS!!!
mick
Solved! Go to Solution.
- Tags:
- fbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 06:28 PM
10-04-2004 06:28 PM
Re: BACKUP Scripts
Below is a simple fbackup script.
/usr/sbin/fbackup -f /dev/rmt/0m -g /usr/local/backup/fbackup.list -I /usr/local/backup/log/fbackup.index > /usr/local/backup/log/fbkuplog.`date +%d` 2>&1
# more fbackup.list
i /
You could make the program far more complicated by using indexes.
e.g. cron entry
30 22 * * 1-5 /usr/local/backup/fbackup.ksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 06:37 PM
10-04-2004 06:37 PM
Re: BACKUP Scripts
the files I want to backup is a database backup. the file I want to copy to the backup-server
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2004 08:35 PM
10-04-2004 08:35 PM
Re: BACKUP Scripts
take a look at http://www.backupcentral.com/free-backup-software1.html
There are some scripts for backup of databases, operating systems and so on.
Maybe it will help you.
Bye
Elif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 12:57 AM
10-05-2004 12:57 AM
SolutionAttached is a script I used to use quite some time ago to backup Baan...it is tar based.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 12:58 AM
10-05-2004 12:58 AM
Re: BACKUP Scripts
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 02:19 AM
10-05-2004 02:19 AM