Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
linux:tar [2013/03/25 17:58] tmadelinux:tar [2014/10/16 15:54] – [TAR] tmade
Line 64: Line 64:
 First step: Make full backup First step: Make full backup
  
-  tar –czf /mnt/newroot/full_backup.tar.gz /home+  tar –czvf /mnt/newroot/full_backup.tar.gz /home
      
 Second step: Make differential backup Second step: Make differential backup
  
-  find /home –type f –newer /mnt/newroot/full_backup.tar.gz –print0 | tar ––null –cvf /mnt/newroot/backup_monday.tar.gz –T –+  find /home –type f –newer /mnt/newroot/full_backup.tar.gz –print0 | tar ––null –czvf /mnt/newroot/backup_monday.tar.gz –T –
  
 Note: Note:
linux/tar.txt · Last modified: 2018/02/26 09:16 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki