User Tools

Site Tools


linux:brokenarchives

This is an old revision of the document!


Compress/Archive tips

Broken Archives

To restore what's possible from a zip file under linux, use the following command:

zip -FF broken.zip --out saved.zip

For rar files, use the following command:

unrar x -kb broken.rar

Archive Remote Folder

ssh root@nas 'cd /volume1/web && tar -cf - dokuwiki | gzip -9' > dokuwiki-20210706.tgz
linux/brokenarchives.1625606723.txt.gz · Last modified: 2023/05/29 11:53 (external edit)