User Tools

Site Tools


backuparchive

Differences

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

Link to this comparison view

backuparchive [2025/01/19 03:27] – created 1211112228backuparchive [2025/01/19 03:27] (current) 1211112228
Line 1: Line 1:
 ====== Backup and Archiving ====== ====== Backup and Archiving ======
 +Create tar archive: 
 +  tar -czf
  
 +Extract tar archive: 
 +  tar -xzf
 +
 +Backup with rsync: 
 +  rsync -av
 +
 +Backup with tar: 
 +  tar -cvzf
 +
 +Backup with mysqldump: 
 +  mysqldump
backuparchive.1737257242.txt.gz · Last modified: 2025/01/19 03:27 by 1211112228

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki