www.MFSlive.org for iso Download but highly unlikely that you can compress 40GB into 2GB.ReRaven said:
www.MFSlive.org for iso Download but highly unlikely that you can compress 40GB into 2GB.ReRaven said:I want to make a full backup (with recordings) just not sure how, or if it can be done because of the 2 gig limit in fat partitions. Would trying to compress the backup help? and if so what is the exact command?
Also it's a dsr 704
mfsbackup /mnt/fat32/tivo-full.bak /dev/hdx | gzip -c | split -b 2000m - /mnt/fat32/tivo-full.bak.gz
cat /mnt/fat32/tivo-full.bak.gz* | gzip -dc | mfsrestore -i - /dev/hdx
dd if=/dev/hda | gzip -9c > backup.gz