diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-14 01:29:33 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-02-14 01:29:33 -0600 |
commit | 6203dc2fc926781db694ca2383b1e44e2c5469c7 (patch) | |
tree | 6aed6b1417578e7d35655fade98f08587a492ba3 /pato2.py | |
parent | 2321a53d35a9736b8c5c715ca40a9af69b1bf64e (diff) |
- filter.py:
* Makes a blacklist for rsync
- pato2.py:
* Has more functions
Diffstat (limited to 'pato2.py')
-rw-r--r-- | pato2.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ def generate_rsync_command(base_command, dir_list, destdir=repodir, mirror_name + mirror_path + dir_list, destdir)) return " ".join((base_command, mirror_name + mirror_path + dir_list, destdir)) -def run_rsync(base_for_rsync=rsync_list_command, dir_list_for_rsync=(repo_list + dir_list), +def run_rsync(base_for_rsync, dir_list_for_rsync=(repo_list + dir_list), debug=verbose): """ Runs rsync and gets returns it's output """ cmd = str(generate_rsync_command(rsync_list_command, (repo_list + dir_list))) |