pastebin - collaborative debugging tool
script.kpaste.net RSS


Untitled
Posted by Anonymous on Mon 2nd Mar 2015 23:19
raw | new post
modification of post by Anonymous (view diff)

  1. #!/bin/bash
  2.  
  3. # Set backup location here
  4. bak=$1
  5. timestamp=$(date +%F_%T%z)
  6.  
  7. # Make a timestamped directory there.
  8. mkdir -v "$bak"homeprofile_backup_"$timestamp"
  9.  
  10. # Make what has been bade by mkdir and put that into a variable.
  11. "$bak"homeprofile_backup_"$timestamp"=timedir
  12.  
  13. # For this, blaah.txt has to exist in your directory, that one is supposed to get copied over.
  14. rsync -avp --partial --progress --human-readable blaah.txt "$timedir"

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at