X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=remote.cc;h=8f2df901ed2cfaf5cebb12732d4f60804e2617d7;hp=6dd4900f79e1e579191491d1dd44999d58014450;hb=f546e4df51cde51dd984e4ad26e70dd7533f9791;hpb=dd553bb0b2ac2fe7a1904d2f2670f37e3bb25ae6 diff --git a/remote.cc b/remote.cc index 6dd4900..8f2df90 100644 --- a/remote.cc +++ b/remote.cc @@ -1,7 +1,6 @@ -/* Cumulus: Smart Filesystem Backup to Dumb Servers - * - * Copyright (C) 2008 The Regents of the University of California - * Written by Michael Vrable +/* Cumulus: Efficient Filesystem Backup to the Cloud + * Copyright (C) 2008-2009 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 @@ -45,9 +44,10 @@ using std::string; -RemoteStore::RemoteStore(const string &stagedir) +RemoteStore::RemoteStore(const string &stagedir, const string &script) { staging_dir = stagedir; + backup_script = script; /* A background thread is created for each RemoteStore to manage the actual * transfers to a remote server. The main program thread can enqueue