User Tools

Site Tools


linux:brokenarchives

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:brokenarchives [2017/12/03 10:38] – created Wulf Rajeklinux:brokenarchives [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 1: Line 1:
-===== Broken Archives =====+===== Compress/Archive tips ===== 
 + 
 +==== Broken Archives ====
  
 To restore what's possible from a zip file under linux, use the following command: To restore what's possible from a zip file under linux, use the following command:
Line 11: Line 13:
 </code> </code>
  
 +==== Archive Remote Folder ====
  
 +<code>
 +ssh root@nas 'cd /volume1/web && tar -cf - dokuwiki | gzip -9' > dokuwiki-20210706.tgz
 +</code>
linux/brokenarchives.1512297519.txt.gz · Last modified: 2023/05/29 11:53 (external edit)