Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I back up a filesystem onto my hard disk instead of to a CD-R?

CD-R filesystem
0
Posted

Can I back up a filesystem onto my hard disk instead of to a CD-R?

0

The –test option causes cdbkup to write the tarball into one or more disk files in the current directory. The CD writer is not needed with this option. See cdbkup (1) for more details. How can I get cdbkup to archive more than one filesystem? This is a common request since many people have /home and /usr on separate partitions from the root partition, or other similar setups. By default, cdbkup skips over directories that reside on other filesystems. The –cross-mp (-m) option tells cdbkup to include these mount points as though they were plain subdirectories. See cdbkup (1) for more details. How do I restore individual files from a backup? This is easy to do, but not very efficient, since the archives are in tar format, and usually compressed. To restore /etc/file1 and /root/file2 into the directory /tmp/restore, use the following: mkdir -p /tmp/restore cd /tmp/restore cdcat | tar xvfz – ./etc/file1 ./root/file2 This assumes that gzip compression was used. Otherwise, change the tar o

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123