summaryrefslogtreecommitdiff
path: root/lbup/targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'lbup/targets.py')
-rw-r--r--lbup/targets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lbup/targets.py b/lbup/targets.py
index 352bd3d..ddd0257 100644
--- a/lbup/targets.py
+++ b/lbup/targets.py
@@ -125,6 +125,7 @@ class TargetLocal(Target):
class TargetSSH(Target):
_remote = None
+ _remote_bupdir = None
def __init__(self, name, dirs, excludes = None, logger = None,
remote = None, remote_bupdir = None):