Skip to content

Instantly share code, notes, and snippets.

@RobinWu
Created August 14, 2009 12:45
Show Gist options
  • Save RobinWu/167796 to your computer and use it in GitHub Desktop.
Save RobinWu/167796 to your computer and use it in GitHub Desktop.
备份CC脚本
crontab -e
0 2 7 * * ~/scripts/backup_cc >/dev/null 2>&1
vi ~/scripts/backup_cc
#!/bin/sh
tar -zcvf ~/backup_cc/svn_$(date +%F_%H%M%S).tar ~/.svnroot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment