I'm trying to find a burner app that can span discs. I've never been a big fan of discspan although others swear by it.
Announcement
Collapse
No announcement yet.
Other than DiscSpan... What can I use to backup JPG images to DVD
Collapse
This topic is closed.
X
X
-
Re: Other than DiscSpan... What can I use to backup JPG images to DVD
I've been contemplating the same problem. Are you going to use the double-layered 8.5GB DVDs?
Google turns up these choices:
http://slackbuilds.org/repository/13.0/system/dar/
http://scdbackup.sourceforge.net/main_eng.html
- Top
- Bottom
-
Re: Other than DiscSpan... What can I use to backup JPG images to DVD
This one is has a current package in the Debian repos: http://danborn.net/multiCD/
- Top
- Bottom
Comment
-
Re: Other than DiscSpan... What can I use to backup JPG images to DVD
terminal in empty folder
Code:tar cvf pictures_backup.tar some_pictures_folder split --bytes=4400m -d pictures_backup.tar pictures_backup.tar_
to restore: copy files from dvd's to empty directory and terminal.
Code:cat *>pictures_backup.tar tar xvf pictures_backup.tar
FKA: tanderson
- Top
- Bottom
Comment
Comment