I'm trying to tar up / and save it to cackobackup.tgz on my CF card
I'm using this command and it is processing now, I'm not sure of the results, as I mistakenly used -p in the command.
I thought "-p" was for preserve permissions, I'll try again later without the "-p"
tar cpf - / | gzip - > /mnt/cf/cackobackup.tgz
Edit:
I think it was tarring up my cards, SD and CF
I need to remove them both, then use an empty CF card next time.
I stopped it before it was finished and the resulting file was 67MB
Edit2: I'll unmount my microdrive. I think tar would try to tar up the drive also.
I cannot umount the microdrive, so I'm stumped now.
umount /hdd1
umount: /hdd1: Operation not permitted