diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-31 14:43:01 -0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2012-02-25 14:01:02 +0100 |
commit | 7c4d7e4dbed3c3417a78c59a7c0cb0d0c3108da3 (patch) | |
tree | 9196e195296738f8f8efe605e11539a856eef4cf /examples | |
parent | 9bc4ffceedef056e111971513bb9d76bbfd01efc (diff) | |
download | backupninja-7c4d7e4dbed3c3417a78c59a7c0cb0d0c3108da3.tar.gz backupninja-7c4d7e4dbed3c3417a78c59a7c0cb0d0c3108da3.tar.bz2 |
Remove default value from rsync example
Diffstat (limited to 'examples')
-rw-r--r-- | examples/example.rsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example.rsync b/examples/example.rsync index 6e565c8..3ac3975 100644 --- a/examples/example.rsync +++ b/examples/example.rsync @@ -170,7 +170,7 @@ exclude_vserver = excluded_vserver2 #id_file = /root/.ssh/id_dsa # set a badnwidth limit in KB/s (remote destination only) -#bandwidthlimit = 1024 +#bandwidthlimit = # remote rsync program (remote dest only) #remote_rsync = rsync |