[Assorted-commits] SF.net SVN: assorted:[1394] configs/trunk/src/cron/backup.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-05-07 07:19:38
|
Revision: 1394 http://assorted.svn.sourceforge.net/assorted/?rev=1394&view=rev Author: yangzhang Date: 2009-05-07 07:19:37 +0000 (Thu, 07 May 2009) Log Message: ----------- updated backup.bash to back up secret files as well Modified Paths: -------------- configs/trunk/src/cron/backup.bash Modified: configs/trunk/src/cron/backup.bash =================================================================== --- configs/trunk/src/cron/backup.bash 2009-05-07 07:18:28 UTC (rev 1393) +++ configs/trunk/src/cron/backup.bash 2009-05-07 07:19:37 UTC (rev 1394) @@ -28,3 +28,8 @@ run-duplicity ~/.quodlibet/ quodlibet run-duplicity ~/.gnupg/ gpg run-duplicity ~/.supybot/ supybot + +mkdir -p ~/.backup-secret/ +cp ~/.{backup.auth,gbookmark2delicious.auth,google.auth,googlecode.auth,lastfmkey,mlf.auth,y_z.cnf} \ + ~/.backup-secret/ +run-duplicity ~/.backup-secret/ backup-secret This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |