backup-remote 0.0.9 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c1856e1f2cc32e862113171f5795fc98bd8bb9b3
4
- data.tar.gz: 2ebf39b7e07c93277ebbe1d3881feb462d221306
3
+ metadata.gz: d49d3435b627a0ad9edb478c88c36d746ea5549e
4
+ data.tar.gz: 82bf1b93f36499819d8579fecd2b01c2a1bef0f0
5
5
  SHA512:
6
- metadata.gz: 6fb154ae61155636a143ae4cde53a7921d039daaec0ced5326a3ff5ba6f6e6c630682ce8d8acd7f16b57ae508f6ea71a9df294db09ba3b48ffc61beecd53e4fe
7
- data.tar.gz: 353db081fe46b1792c7f3ccae5eb67a641d835156f470f3f67d041d396410b223ae435c90abea44f99cc6b3309a25a4ba2157bfc2aac7fe627adaa40c29ef743
6
+ metadata.gz: a466fec5f67c1eed55e9c1f80eb32a9311345c976b2a0ac0fac8c0674acc474408400f57484c0aa79d096d3825a2901dd16c915bbd8e853f93b30d4e8e3a1057
7
+ data.tar.gz: 37900f9609be26d16af37bedf1050f1ffcc6694ae900bbd918ff72e5a54d6a3ba879a345b9b562dd5372f6aad2c8899699c17a078bed03cef09604005edb46bb
@@ -138,7 +138,8 @@ module Backup
138
138
  pipeline = Pipeline.new
139
139
 
140
140
  #temp_tar_root= tar_root
141
- temp_tar_root= temp_dir_path
141
+ #temp_tar_root= temp_dir_path
142
+ temp_tar_root= File.dirname(temp_local_file)
142
143
  pipeline.add(
143
144
  "#{ tar_command } #{ tar_options } -cPf - -C #{temp_tar_root } #{ File.basename(temp_local_file) }",
144
145
  tar_success_codes
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  module Backup
4
- VERSION = '0.0.9'
4
+ VERSION = '0.0.10'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backup-remote
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Ivak, Michael van Rooijen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-21 00:00:00.000000000 Z
11
+ date: 2016-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: CFPropertyList