Sponsored Content
Full Discussion: backup storage
Operating Systems Solaris backup storage Post 302267892 by seyiisq on Sunday 14th of December 2008 12:16:28 PM
Old 12-14-2008
Quote:
Originally Posted by incredible
Is your 650G fully used up ( meaning, have you assigned the disk space to any of your current slices) ?
If yes, i've no idea how you're going to do it. Someone else might help.
If not, then did you try using option number 1 from the menu to create a new partition for your backup space?
my 650gb is not fully used up. i still have some unallocated spaces which i have not touched.
my window is 150gb
solaris is 250gb
other partition (NTFS formated) is 50gb
about 150gb is still unallocated

If i cannot use the 50gb (ntfs fornmated) is there a way i can use the unallocated
 
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 12:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy