Skip to content
  • About
  • Courses
  • ResearchExpand
    • Research Publications
    • Books
    • Patents
    • Ph.D. Supervised
  • Workshop/Conferences
  • ToolsExpand
    • Creative Image Converter
    • Creative QRCode Generator
    • Creative QR Code Generator Tool
    • EMI Calculator
    • SIP Calculator
  • Blog
  • Resume
One Page CV

Backup Data before user Deletion in Linux

Backup Commands in Unix-like Systems

CommandPurposeKey OptionsExample
Backup CommandsExample:
tarCreate compressed archive of files or directories-czf (create, compress with gzip), -cf (create, no compression)1. Backup /home/john to john_backup.tar.gz: tar -czf john_backup.tar.gz /home/john
rsyncSync files and directories to a backup location-a (archive mode), -v (verbose), --delete (remove files not in source)1. Backup /home/john to /backup/home/john: rsync -av /home/john /backup/home/john
cpCopy files or directories-r (recursive), -a (archive)1. Backup /home/john to /backup/home/john: cp -a /home/john /backup/home/john

Example Usage:

  1. Backup Commands:
    • Create a Compressed Archive with tar:bashCopy codetar -czf john_backup.tar.gz /home/john This command creates a compressed backup of the /home/john directory and saves it as john_backup.tar.gz.
    • Sync Files with rsync:bashCopy codersync -av /home/john /backup/home/john This command syncs the /home/john directory to /backup/home/john, preserving file attributes and providing verbose output.
    • Copy Files with cp:bashCopy codecp -a /home/john /backup/home/john This command creates a backup of the /home/john directory to /backup/home/john, preserving file attributes.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Nishant Munjal

Coding Humanity’s Future </>


Facebook Twitter Linkedin YouTube Github Email

Tools

  • SIP Calculator
  • EMI Calculator
  • Creative QR Code
  • Image Converter

Resources

  • Blog
  • Contact
  • Refund and Returns

Legal

  • Disclaimer
  • Privacy Policy
  • Terms and Conditions

© 2025 - All Rights Reserved

  • About
  • Courses
  • Research
    • Research Publications
    • Books
    • Patents
    • Ph.D. Supervised
  • Workshop/Conferences
  • Tools
    • Creative Image Converter
    • Creative QRCode Generator
    • Creative QR Code Generator Tool
    • EMI Calculator
    • SIP Calculator
  • Blog
  • Resume
Download CV
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.