]> arthur.barton.de Git - bup.git/commit
Rename 'bup rbackup' to 'bup on'
authorAvery Pennarun <apenwarr@gmail.com>
Mon, 6 Sep 2010 23:18:14 +0000 (16:18 -0700)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 6 Sep 2010 23:22:25 +0000 (16:22 -0700)
commitfd208636098b60752af2a7d406c391c2c5b65bb7
treeb7e72e5d2b353050e7166097fc607e4cea02115a
parent512765e12aa736cd8ffd749a402cadb177c6ba80
Rename 'bup rbackup' to 'bup on'

'rbackup' was a dumb name but I couldn't think of anything better at the
time.  This works nicely in a grammatical sort of way:

   bup on myserver save -n myserver-backup /etc

Now that we've settled on a name, also add some documentation for the
command.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
Documentation/bup-index.md
Documentation/bup-on.md [new file with mode: 0644]
Documentation/bup-save.md
Documentation/bup-split.md
Documentation/bup.md
cmd/on--server-cmd.py [new file with mode: 0755]
cmd/on-cmd.py [new file with mode: 0755]
cmd/rbackup-cmd.py [deleted file]
cmd/rbackup-server-cmd.py [deleted file]
main.py