LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-19-2013, 04:02 PM   #16
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783

Quote:
Originally Posted by mtb View Post
Thank you Firerat, i'll take a look at the script.
as I said it is very basic.
If you were to use it on a regular basis it would need much improvement.

for instance the genisofs loop is dumb, so should it fail ( empty tray, none blank disk, etc ) it will screw up.
I threw that in last minute
 
Old 06-26-2013, 01:06 AM   #17
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
Decided to use this script today, it fell over

Fixed the script in the post

It is still a very lame script for instance, won't handle files names with special characters.
 
Old 06-26-2013, 01:34 AM   #18
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
That's ok; you provided a workable script and warned any readers.
That's good enough to get any serious user going
 
Old 07-04-2013, 02:21 PM   #19
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Quote:
Originally Posted by mtb View Post
Yes, it is indeed a problem with brasero, xfburn, k3b and so on.
Since you haven't told us exactly what you are trying to do, and you comment above implies that other OS'es have programs that do what you want, can you mention one or two of those other OS'es programs by name and say "I want it done like THIS program does it". Be sure to list the options/choices you made in those other programs so we can see what exactly you are wanting to do. Maybe somebody will be familiar with one of those other programs and could then suggest a Linux alternative.

I am guessing, and it is only a guess, that you want to start writing files/directories to a DVD, and when it fills up, start writing to another DVD, and so on. All in native file format - no compression, encyrption, etc. If this is the case, what do you want to do when the the DVD is starting to run out of space? Write as much of the current subdirectory to the 1st DVD as possible and then start another version of that same subdirectory on the 2nd DVD with the remaining files? Do not split subdirectories across DVD's? Will you be adding files to this source directory structure over time and want to add those to the DVD set later? Then you'd have to leave room on the target DVDs for expansion and also write them in a mode that allows you to append later.

You've got to provide a detailed description of your requirements before we can offer a meaningful solution. You've got some great solutions proposed thus far, but each solution is based on what the responder assumed you might want. If the assumptions are wrong, tell us what you really want. Specifically.
 
Old 10-27-2013, 09:10 PM   #20
storkus
Member
 
Registered: Jun 2008
Location: Phoenix, Arizona, USA
Distribution: Slackware
Posts: 329

Rep: Reputation: 51
I know this thread is semi-old, but I came across it looking for info on "dar" and just had to reply for future searchers.

First, it sounds like "mtb" didn't want to mess with the command line, so that limits things a bit for backup purposes. A quick Google search came up with LOTS of answers, but since he mentioned he's on Arch, I'll include their wiki page on the subject: https://wiki.archlinux.org/index.php/Backup_Programs

Second, on "split/cat": I've been doing that for years. It just works, although you'd better hope you don't suffer any data corruption. "mtb" and the many of the rest of you have forgotten "The UNIX Way" and that it was originally built for manipulation of text files--only later (mostly thanks to the GNU project) did the utilities become 8-bit clean. Even tar itself was originally formed of other commands strung together using pipes.

One option I just remembered for tar is --multi-volume. This, and a lot more, is explained in a GNU Info(?) page ported to the web: http://www.gnu.org/software/tar/manu...es.html#SEC163

Bear in mind dar and other programs including the various "zip" programs do a lot more than tar, which is really long in the tooth; OTOH, tar is on EVERY UNIX/Linux system (with a normal UNIX/POSIX userspace, anyway--not sure whether Android has it).

But to show "mtb" is more right than he knows, here's the relevant XKCD: https://xkcd.com/1168/
 
Old 10-28-2013, 12:53 PM   #21
Firerat
Senior Member
 
Registered: Oct 2008
Distribution: Debian sid
Posts: 2,683

Rep: Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783Reputation: 783
@storkus

mtb's requirement was that the iso image contain files 'in full' so they can be opened without having to 'reconstruct'

not so much a 'backup', but working copies
 
1 members found this post helpful.
Old 10-29-2013, 12:02 AM   #22
Spect73
Member
 
Registered: Aug 2013
Distribution: Slackware 14.1
Posts: 128

Rep: Reputation: Disabled
Quote:
Originally Posted by mtb View Post
Thank you Firerat, i'll take a look at the script.
A little 'binging' brought up this:
http://www.techradar.com/news/softwa...on-test-909380

From reading it, the Fwbackups software might fit your needs. According to the blurb it can do a plain dump of files, but it didn't say if it could split a directory for you.

Somewhere on the Linux Questions 'Newbie' forum is a very lengthy thread on using 'dd'. I was amazed at what you can do with it. If you can't find what you are looking for, maybe that thread along with some scripting can give you most of what you want.

Coordially
 
1 members found this post helpful.
Old 11-02-2013, 02:03 PM   #23
storkus
Member
 
Registered: Jun 2008
Location: Phoenix, Arizona, USA
Distribution: Slackware
Posts: 329

Rep: Reputation: 51
@Firerat: Ohhhh...lol Tough one, there.

@Spect73: dd is indeed just amazing, I'm always reading somewhere where something new has been done with it. Slackware 14.1 (and I guess 14.0?) has something I've never heard of before called dc3dd, which, according to its SourceForge page, is GNU dd patched with added things for forensics--but I guess useful enough for Pat to include in mainline Slackware: quite the honor!
 
  


Reply

Tags
multiple dvd burning



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
how can backup a remote server(only folder needed) with ftp ,daily backup? ahjafari Linux - Newbie 1 10-26-2011 04:04 PM
Newbie trying to write a simple backup script to backup a single folder Nd for school stryker759a Linux - Newbie 2 09-16-2009 08:52 AM
Compressing a very big folder mathimca05 Linux - Newbie 2 12-20-2007 06:50 AM
error while copying a big size folder dissident_goodchild SUSE / openSUSE 10 08-28-2007 05:56 PM
How big can backup.tar.gz be? Heart DamnSmallLinux 2 07-05-2006 04:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration