bakman 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/bakman/backuplist.rb +1 -1
  2. metadata +3 -3
@@ -122,6 +122,6 @@ class BackupList < Array
122
122
  # /!\ the folder has to exist on the remote host.
123
123
  def rsync!(host, remote_folder)
124
124
  puts "rsync #{folder}/#{name}* #{host}:#{remote_folder}"
125
- `rsync #{folder}/#{name}* #{host}:#{remote_folder}`
125
+ `rsync --delete #{folder}/#{name}* #{host}:#{remote_folder}`
126
126
  end
127
127
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bakman
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-10 00:00:00.000000000 Z
12
+ date: 2012-09-11 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: It is for writing scripts for UNIX-like systems to handle your backups
15
15
  in a quick way.
@@ -44,5 +44,5 @@ rubyforge_project:
44
44
  rubygems_version: 1.8.23
45
45
  signing_key:
46
46
  specification_version: 3
47
- summary: A sinmple way to manage your backup files.
47
+ summary: A simple way to manage your backup files.
48
48
  test_files: []