Sponsored Content
Full Discussion: Backing up an entire HD
Top Forums UNIX for Advanced & Expert Users Backing up an entire HD Post 303021111 by jim mcnamara on Saturday 4th of August 2018 08:33:16 PM
Old 08-04-2018
Try tar with compression. Since you have a lot of data consider basing your creation of tar files on the existing directory structure, rather than using exact image opies of your disk.

You will need storage somewhere, not on the disk you are backing up, for the files you create.
Example back up of a primary directory.

Code:
cd /path/to/root_of_disk_device  # the mountpoint or the / directory
tar cfz /path/to/backup/device/music.tgz ./music

Why make smaller backups? You want to restore a file. To recover anything that large, decompressing 600 GB and searching for, and restoring filenames is tedious on huge backup files. And requires lots of resources.

Also consider making incremental backups, like once a week. Backup any file that is newer than the time and date of your last backup.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

backing up

Ok I'm trying to backup a HD using ufsdump but no matter what I do it rewinds the tape after the dump. Now the tape isn't full (only 285mb) and I still have 6 more partitions I want to put on this tape. How can I stop the tape from rewinding because I can't think of anything. Also is there any... (4 Replies)
Discussion started by: merlin
4 Replies

2. UNIX for Dummies Questions & Answers

Backing Up Directories

Hi Guys, I'm writing a shell script that presents the user with various options, they select one (numbered 1-9) and it then excecutes the correct code. No problem, but I'm having slight difficulty with one option. The user can select to backup all the files in the current directory to another... (2 Replies)
Discussion started by: indigoecho
2 Replies

3. UNIX for Dummies Questions & Answers

Best practises for backing up

Hi, I'm about to start a regular backup schedule for my Linux system. I need some pointers if I may :) The system is *mainly* used as a personal home computer (it's actually a laptop running SuSE 9.2) although I do host some client material from it being a PHP developer. I know that in... (2 Replies)
Discussion started by: d11wtq
2 Replies

4. UNIX for Dummies Questions & Answers

backing up the vtoc

Can you backup the vtoc, then restore it if you somehow mess it up? This is solaris 9, x86. (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

5. Solaris

Backing up the system

Hello Mentors, Before anything else I would like to thanks to all expert here especially Pressy as he guided me to recover our server from disk failure. I posted a lot of question from these forum site concerning on how to recover our server and luckly you guys help me. Our server is now up and... (6 Replies)
Discussion started by: eykyn17
6 Replies

6. UNIX for Advanced & Expert Users

Backing up Log file

Hi, Iam trying to create a back up file for a log file which is being continously updated. Is there a way to backup without loosing the log, while the back up is also up to date? If i try to replace the log with an empty file, I loose the log for some seconds. If I try to create a... (2 Replies)
Discussion started by: baanprog
2 Replies

7. AIX

what am i backing up

we are running aix on are server. we would like to start doing online backups, but the software company that we use is not beeing much help on what files we are backing up. is there a command that will tell me what files that we are backing up. they offer a service that would back it up for use,... (3 Replies)
Discussion started by: shane.hankins
3 Replies

8. Solaris

Backing up using fssnap and ufsdump

Hi all! Here's my situation: I need to backup a running system before I can bring it down I've tried performing a ufsdump while it's in multi-user mode but my ufsdump fails because there is too much activity on the system. So I read that I could use fssnap to create a snapshot of (in my... (3 Replies)
Discussion started by: Keepcase
3 Replies

9. Shell Programming and Scripting

Need help in backing up of databases.

Hi Everyone, I am new to DBA stuff. I wonder if anyone can help me. Task is that, I have 10 databases and need to take backups of all the databases using data pump in Unix/Linux, compress them using gzip and use cron to schedule the job twice a day. Appreciate if anyone can help me in... (1 Reply)
Discussion started by: sreepriya0987
1 Replies

10. Solaris

Backing up root disks

Hi ! I wonder if in solaris 10 there is a utility similar to ignite in HP-UX that backup entire file systems (/, /usr, /var, /tmp, /home). I have to backup only the root disk of a server, but ufsdump seem to be backing up individual file systems....only, am I correct? (1 Reply)
Discussion started by: fretagi
1 Replies
Jajuk(1)						      General Commands Manual							  Jajuk(1)

NAME
Jajuk - advanced jukebox and music organizer DESCRIPTION
Jajuk is software that organizes and plays music. Jajuk is designed to be intuitive, fast and provide multiple ways to perform the same operation. It is a fully-featured application geared towards advanced users with very large or scattered music collections. FEATURES
* Digital DJ: Let Jajuk make your programmation based on your own rules * Ambience management: ask for a soft playlist in two clicks maximum! * Configurable cross-fade * Recursive play/repeat/shuffle/push in directories/sub-directories or by genre/artist/ albums * Best Of smart function to play your favourite tracks * Novelties smart function to play your collection newest albums * Continue smart function to continue in current album after a shuffle selection * Push into player queue * Planned tracks: forsee your selection * Various startup modes: none, last one, last one keep position, specified, shuffle, novelties, bestof * Intro from a track position and specified length * Shuffle in entire collection * Repeat, shuffle, intro, fast forward/rewind, mute... HOMEPAGE
http://jajuk.info/index.php/Main_Page AUTHOR
This manual page was written by Varun Hiremath <varunhiremath@gmail.com>, for the Debian project (but may be used by others). December 7, 2006 Jajuk(1)
All times are GMT -4. The time now is 02:00 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy