Sha256: 10933d0f958352652ea96a65672510d4c2b5b98a7a77be2db7f15217040be6ee
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 KB
Contents
#browser = [:firefox, {profile: "jobs"}] make: #dir = Pa(".") # move to directory. #watch = Pa("~/bt/watch") # copy to local watch directory. #remote_watch = Pa("bt/watch") # ssh copy to remote watch directory. find_uploads: #dir = Pa("~/bt/watch") upload: #move_yml = Pa("done") #move_torrent = Pa("done") fetch: dir = Pa("~/downloads") # aria2 download directory. remote_dir = Pa("~/bt") # remote bt download directory. clean: dir = Pa("~/bt") # local bt download directory. server: user = "x" # seedbox login name host = "seedbox" # set seedbox ip address in /etc/hosts # [saber-upload] username = "foo" # default username for login into site. bib: #username = "bar" # per-site username. use default username if not set. announce_url = "x" chd: passkey = "x" dir = Pa("~/bt/watch") update_interval = 15*60 diskspace_dir = Pa("/") diskspace_limit = 20.gigabytes # [saber-fetch] server: ftp = "ftp://seedbox/bt" xmpp: jid = "x1@gmail.com" password = "y1" client: xmpp: jid = "x2@gmail.com" password = "y2" # vim: ft=ruby
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
saber-1.2.1 | templates/_saberrc |
saber-1.2.0 | templates/_saberrc |