Create A Timestamped Archive Of A Directory


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $ tar cvzf `date +%Y%m%d`_mydir.tar.gz mydir

URL: linux unix shell

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.