X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=blobdiff_plain;f=remote.cc;h=5a20c2301cb026fefbeccb6bfbaef2b11d22e41b;hp=6dd4900f79e1e579191491d1dd44999d58014450;hb=65edb87a0b8a578b4a7221478a851d71df21fab0;hpb=fe6bbd9d0b49d6b6e43451f7703894ab02aee73e diff --git a/remote.cc b/remote.cc index 6dd4900..5a20c23 100644 --- a/remote.cc +++ b/remote.cc @@ -45,9 +45,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