thank you very much for this hint, it was very helpful!
a little addition to your meaning about the interoperatibily of the restore-mechanism:
you wrote:
Restore is performed with
'cat /cdrom/full.tar.bz2* | bunzip2 -c | tar xf -'
, which is perfectly interoperable among all Unices
including defici
hi andy!
thank you very much for this hint, it was very helpful!
a little addition to your meaning about the interoperatibily of the restore-mechanism:
you wrote:
> Restore is performed with
> 'cat /cdrom/full.tar.bz2* | bunzip2 -c | tar xf -'
>, which is perfectly interoperable among all Unices
> > > > > > > how can i have * reading from stdin (from tar/bzip)
> > > > > > > * named backup files and a filesystem
> > > > > > > * no writing to hardisc first (i dont want
> > > > > > > to rely on 4.4G beeing free.)
> > >
> > > now i dropped the
> > > > > > > how can i have * reading from stdin (from tar/bzip)
> > > > > > > * named backup files and a filesystem
> > > > > > > * no writing to hardisc first (i dont want
> > > > > > > to rely on 4.4G beeing free.)
> > >
> > > now i dropped the
* Andy Polyakov ([EMAIL PROTECTED]) [031208 21:06]:
> > > > > > how can i have * reading from stdin (from tar/bzip)
> > > > > > * named backup files and a filesystem
> > > > > > * no writing to hardisc first (i dont want
> > > > > > to rely on 4.4G
* Andy Polyakov ([EMAIL PROTECTED]) [031208 21:06]:
> > > > > > how can i have * reading from stdin (from tar/bzip)
> > > > > > * named backup files and a filesystem
> > > > > > * no writing to hardisc first (i dont want
> > > > > > to rely on 4.4G
> > > > > how can i have * reading from stdin (from tar/bzip)
> > > > > * named backup files and a filesystem
> > > > > * no writing to hardisc first (i dont want
> > > > > to rely on 4.4G beeing free.)
>
> now i dropped the last point and create
> > > > > how can i have * reading from stdin (from tar/bzip)
> > > > > * named backup files and a filesystem
> > > > > * no writing to hardisc first (i dont want
> > > > > to rely on 4.4G beeing free.)
>
> now i dropped the last point and create
* Andy Polyakov ([EMAIL PROTECTED]) [031205 22:38]:
> > > > /bin/tar cf - --files-from $INCLUDEFILE \
> > > > --exclude-from $EXCLUDEFILE \
> > > > --absolute-names \
> > > > | bzip2 --best --stdout \
> > > > | growisofs -Z /dev/dvd=/dev/fd/0
> > >
* Andy Polyakov ([EMAIL PROTECTED]) [031205 22:38]:
> > > > /bin/tar cf - --files-from $INCLUDEFILE \
> > > > --exclude-from $EXCLUDEFILE \
> > > > --absolute-names \
> > > > | bzip2 --best --stdout \
> > > > | growisofs -Z /dev/dvd=/dev/fd/0
> > >
> > > i guess i can give up the "filesystem and filenames" bit,
> >
> > Give up the compress part instead and deploy growisofs -M with Ohly's
> > patch. There're certain limitations too, most notably inability to
> > restore hard-links (I have rockrestore in my TODO list, which would
> > restore ro
> > > i guess i can give up the "filesystem and filenames" bit,
> >
> > Give up the compress part instead and deploy growisofs -M with Ohly's
> > patch. There're certain limitations too, most notably inability to
> > restore hard-links (I have rockrestore in my TODO list, which would
> > restore ro
* Andy Polyakov ([EMAIL PROTECTED]) [031205 22:38]:
> > i guess i can give up the "filesystem and filenames" bit,
>
> Give up the compress part instead and deploy growisofs -M with Ohly's
> patch. There're certain limitations too, most notably inability to
> restore hard-links (I have rockrestore
* Andy Polyakov ([EMAIL PROTECTED]) [031205 22:38]:
> > i guess i can give up the "filesystem and filenames" bit,
>
> Give up the compress part instead and deploy growisofs -M with Ohly's
> patch. There're certain limitations too, most notably inability to
> restore hard-links (I have rockrestore
> You can easily have the same effect with DVD+RW and kernel-patch:
Yes,
you still need the kernel support for below. For writing part in
particular, not for reading. Question was if it's possible to arrange
for this *without* kerne
> > > /bin/tar cf - --files-from $INCLUDEFILE \
> > > --exclude-from $EXCLUDEFILE \
> > > --absolute-names \
> > > | bzip2 --best --stdout \
> > > | growisofs -Z /dev/dvd=/dev/fd/0
> > >
> > > like this, growisofs writes to the raw medium, without a
> i guess i can give up the "filesystem and filenames" bit, if i
> figure out how to access the later incremental backups.
> would that work with growisofs just as with a sequential streamer device?
The way tar ("tape archive") works on tapes is to dump a stream of
blocks at the beginning of the
> You can easily have the same effect with DVD+RW and kernel-patch:
Yes,
you still need the kernel support for below. For writing part in
particular, not for reading. Question was if it's possible to arrange
for this *without* kerne
> > > /bin/tar cf - --files-from $INCLUDEFILE \
> > > --exclude-from $EXCLUDEFILE \
> > > --absolute-names \
> > > | bzip2 --best --stdout \
> > > | growisofs -Z /dev/dvd=/dev/fd/0
> > >
> > > like this, growisofs writes to the raw medium, without a
> i guess i can give up the "filesystem and filenames" bit, if i
> figure out how to access the later incremental backups.
> would that work with growisofs just as with a sequential streamer device?
The way tar ("tape archive") works on tapes is to dump a stream of
blocks at the beginning of the
* Andy Polyakov ([EMAIL PROTECTED]) [031205 19:05]:
> > /bin/tar cf - --files-from $INCLUDEFILE \
> > --exclude-from $EXCLUDEFILE \
> > --absolute-names \
> > | bzip2 --best --stdout \
> > | growisofs -Z /dev/dvd=/dev/fd/0
> >
> > like this, growis
* Andy Polyakov ([EMAIL PROTECTED]) [031205 19:05]:
> > /bin/tar cf - --files-from $INCLUDEFILE \
> > --exclude-from $EXCLUDEFILE \
> > --absolute-names \
> > | bzip2 --best --stdout \
> > | growisofs -Z /dev/dvd=/dev/fd/0
> >
> > like this, growis
> /bin/tar cf - --files-from $INCLUDEFILE \
> --exclude-from $EXCLUDEFILE \
> --absolute-names \
> | bzip2 --best --stdout \
> | growisofs -Z /dev/dvd=/dev/fd/0
>
> like this, growisofs writes to the raw medium, without a fs (i
> think). that is ha
> /bin/tar cf - --files-from $INCLUDEFILE \
> --exclude-from $EXCLUDEFILE \
> --absolute-names \
> | bzip2 --best --stdout \
> | growisofs -Z /dev/dvd=/dev/fd/0
>
> like this, growisofs writes to the raw medium, without a fs (i
> think). that is ha
i want to backup my workstation (and soon my firewall remotely)
to the dvd+rw media i bought especially for that reason.
right now i use tar (for simplicity and long-term compatibility)
and growisofs like this:
/bin/tar cf - --files-from $INCLUDEFILE \
--exclude-from $EXCLUDEFIL
i want to backup my workstation (and soon my firewall remotely)
to the dvd+rw media i bought especially for that reason.
right now i use tar (for simplicity and long-term compatibility)
and growisofs like this:
/bin/tar cf - --files-from $INCLUDEFILE \
--exclude-from $EXCLUDEFIL
26 matches
Mail list logo