linux:tar
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:tar [2023/05/29 11:55] – external edit 127.0.0.1 | linux:tar [2024/10/22 12:49] (current) – [Tar/gzip examples] Wulf Rajek | ||
---|---|---|---|
Line 12: | Line 12: | ||
</ | </ | ||
+ | Backup of a directory on local system, storing on remote system | ||
+ | < | ||
+ | tar zcvf - / | ||
+ | </ | ||
+ | Extract remote archive to local system: | ||
+ | < | ||
+ | |||
+ | ===== Complete dd disk image ===== | ||
Complete disk image of remote server to local compressed image file via ssh | Complete disk image of remote server to local compressed image file via ssh |
linux/tar.1685357734.txt.gz · Last modified: 2023/05/29 11:55 by 127.0.0.1