Skip to content

Instantly share code, notes, and snippets.

@ikbear
Created January 8, 2011 13:57
Show Gist options
  • Save ikbear/770861 to your computer and use it in GitHub Desktop.
Save ikbear/770861 to your computer and use it in GitHub Desktop.
备份全站,网站目录为www
#!/bin/bash
suffix=$(date +%y%m%d)
tar -zcf www.$suffix.tar.gz www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment