Sponsored Content
Full Discussion: backup on solaris 5.4
Operating Systems Solaris backup on solaris 5.4 Post 302185982 by blacknight29 on Wednesday 16th of April 2008 08:19:36 AM
Old 04-16-2008
backup on solaris 5.4

Hy everybody,

I would like to know how i can do a backup or an equivalent of a ghost image like on Windows but for Solaris 5,4. I know there is the command flar or flarcreate but it doesn't work on Solaris 5,4. If someone have a idea to help me please.
Thanks a lot.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

solaris backup

i would like to know if i can use solstice backup 5.5 to do my solaris 2.6 backup. I would also like to know what other solstice backup versions there are and the O/S they support. (1 Reply)
Discussion started by: lealyz
1 Replies

2. UNIX for Advanced & Expert Users

backup on solaris

i get this funny message after inserting my enabler code and authorization code for my solstice backup device; Create failed:'Cannot create new NSR schedule with Solstice Backup SingleServer'. This happens whenever i want to create customized settings on my nwadmin interface. Please what do i... (11 Replies)
Discussion started by: lealyz
11 Replies

3. Solaris

Bootable solaris cd backup

Hi ppl! Does anyone know of how to make a bootable solaris cd backup :confused: i have mkisofs installed and plan to burn the bootable image on pc with cdwriter on it... thanx (2 Replies)
Discussion started by: andryk
2 Replies

4. UNIX for Dummies Questions & Answers

Solaris 8 Backup

Hello, I'am newbie in Solaris. In the HP-UX we use make_recovery to full backup in tape, if system crash I need only put the tape in drive and the system is recovered. In Solaris I'am test ufsdump to backup for a file system. Exist a way to make backup full in Solaris or I need make backup a... (1 Reply)
Discussion started by: markos
1 Replies

5. Solaris

OS Backup for Solaris

Hi, I'm new to Unix world and would like to know the procedure to do back for OS for Solaris 9. Can anyone guide me on this, please. Thank You (3 Replies)
Discussion started by: raziayub
3 Replies

6. Solaris

Solaris 9 OS backup

i have taken flash image ot my solaris server (Server2) with the following command "flarcreate -S -n server2 /home/server2.flar". can any one tel me how to restore it in the same server when it crashes. (1 Reply)
Discussion started by: raj.chinnu
1 Replies

7. Solaris

How to BackUp Solaris 5.8 OS ?

Hi All, How do I BackUp SOLARIS 5.8 (SPARC) OS so that I can re-install again on some other Hard Disk Drive in case of emergency ? (13 Replies)
Discussion started by: angshuman_ag
13 Replies

8. Solaris

Backup the Solaris OS

Hi gurus I wish to backup the Solaris OS and ftp to another server disk drive monthly but currently lack of knowledge about this. ** The server is production server. Please assists. =) (8 Replies)
Discussion started by: SmartAntz
8 Replies

9. Shell Programming and Scripting

rsync backup mode(--backup) Are there any options to remove backup folders on successful deployment?

Hi Everyone, we are running rsync with --backup mode, Are there any rsync options to remove backup folders on successful deployment? Thanks in adv. (0 Replies)
Discussion started by: MVEERA
0 Replies

10. Solaris

Whole disk backup in Solaris 11

Hello! I have an Oracle server X5-2 with Solaris 11. Now, this server will get repurposed before I get a system of my own. I am a beginner...but is there a way I can make a backup or an image of my whole disk so when I get my own system I can just restore without having to reinstall software... (1 Reply)
Discussion started by: chipsandiscream
1 Replies
svn-fast-backup(1)					      General Commands Manual						svn-fast-backup(1)

NAME
svn-fast-backup - very fast backup for Subversion fsfs repositories. SYNOPSIS
svn-fast-backup [-q] [-k{N|all}] [-f] [-t] [-s] repos_path backup_dir DESCRIPTION
svn-fast-backup uses rsync snapshots for very fast backup of a Subversion fsfs repository at repos_path to backup_dir/repos-rev, the latest revision number in the repository. Multiple fsfs backups share data via hardlinks, so old backups are almost free, since a newer revision of a repository is almost a complete superset of an older revision. This is good for replacing incremental log-dump+restore-style backups because it is just as space-conserving and even faster; there is no inter-backup state (old backups are essentially caches); each backup directory is self-contained. It has the same command-line interface as svn-hot-backup(1) (if you use --force), but only works for fsfs repositories. svn-fast-backup keeps 64 backups by default and deletes backups older than these; this can be adjusted with the -k option. OPTIONS
-h, --help Shows some brief help text. -q, --quiet Quieter-than-usual operation. -k, --keep=N Keep a specified number of backups; the default is to keep 64. -k, --keep=all Do not delete any old backups at all. -f, --force Make a new backup even if one with the current revision exists. -t, --trace Show actions. -s, --simulate Don't perform actions. AUTHOR
Voluntary contributions made by many individuals. Copyright (C) 2006 CollabNet. 2006-11-09 svn-fast-backup(1)
All times are GMT -4. The time now is 05:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy