User Tools

Site Tools


linux:brokenarchives

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.txt · Last modified: 2023/05/29 11:55 by 127.0.0.1