diff options
author | Sven Gothel <[email protected]> | 2013-09-20 21:02:29 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-09-20 21:02:29 +0200 |
commit | 0a5fa94c7418519ca72a5c8e28502e6f14370fc1 (patch) | |
tree | dcd156b3662831714ba0f60a81fab4e5c24da274 /backup/rsync-jogamp2here.sh | |
parent | 13e8505af9c23126017d4e5cd730ca9bf0429a94 (diff) |
backup scripts: dump 'DONE'
Diffstat (limited to 'backup/rsync-jogamp2here.sh')
-rwxr-xr-x | backup/rsync-jogamp2here.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backup/rsync-jogamp2here.sh b/backup/rsync-jogamp2here.sh index 1f3c92b..7862140 100755 --- a/backup/rsync-jogamp2here.sh +++ b/backup/rsync-jogamp2here.sh @@ -43,6 +43,8 @@ function do_rsync() my_rsync var/lib/awstats $DEST2/var/lib/ my_rsync usr/local/awstats $DEST2/usr/local/ + + echo DONE } do_rsync >& rsync-jogamp2here.log & |