README.rdoc in blavosync-0.4.0 vs README.rdoc in blavosync-0.4.1
- old
+ new
@@ -50,16 +50,17 @@
Wrapper for *local:backup_db* and *local:restore\_db*.
== Variables
set :content_directory, 'not_system_because_i_roll_non_standard_style'
+ set :exclude_tables, [:sessions, :large_useless_table] # excludes data but still fetches schema
-For subcommands try
+For subcommands try
cap -T local
==== Note on Patches/Pull Requests
-
+
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Commit, do not mess with rakefile, version, or history.