summaryrefslogtreecommitdiff
path: root/rsync.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-01-24 04:58:53 +0000
committerAndrew Tridgell <tridge@samba.org>2000-01-24 04:58:53 +0000
commit66203a982b3d249bafda9b9272c4c103c19e4a9b (patch)
tree3226cfbe9bd053a38a4b28180c0edd2419553959 /rsync.c
parentb315601ce07701c4913c48a269775ab3284b25ba (diff)
downloadrsync-66203a982b3d249bafda9b9272c4c103c19e4a9b.tar.gz
added --backup-dir option from Bob Edwards
this is very useful for incremental backups
Diffstat (limited to 'rsync.c')
-rw-r--r--rsync.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/rsync.c b/rsync.c
index a2b432a2..039e1cd5 100644
--- a/rsync.c
+++ b/rsync.c
@@ -259,6 +259,3 @@ void finish_transfer(char *fname, char *fnametmp, struct file_struct *file)
set_perms(fname,file,NULL,0);
}
}
-
-
-