X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=cumulus-store;h=ac58c28698c483f6c6f5ff365867b896e1b02d3d;hb=dd3fe2c70bef48563e0f67b7cb259f00bb42f45c;hp=54d55150a01714859ee9779f66ff0af9f4933b28;hpb=5f2e50c2ad75043142dc1812fe19dbd7ad86488c;p=cumulus.git diff --git a/cumulus-store b/cumulus-store index 54d5515..ac58c28 100755 --- a/cumulus-store +++ b/cumulus-store @@ -1,5 +1,23 @@ #!/usr/bin/python # +# Cumulus: Efficient Filesystem Backup to the Cloud +# Copyright (C) 2008, 2010 The Cumulus Developers +# See the AUTHORS file for a list of contributors. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + # Generic storage hook for writing LBS backups directly to Amazon's Simple # Storage Service (S3), or any other service supported by the Python storage # implementation. @@ -44,3 +62,5 @@ while True: sys.stdout.write('ERR\n') sys.stdout.flush() + +remote.close()