seaweedfs/weed
chrislu 80c017907b filer.backup: fix backing up encrypted chunks
I have done filer.backup test:
replication.toml:
[sink.local]
enabled = true
directory = "/srv/test"
___
system@dat1:/srv/test$ weed filer.backup -filer=app1:8888 -filerProxy
I0228 12:39:28 19571 filer_replication.go:129] Configure sink to local
I0228 12:39:28 19571 filer_backup.go:98] resuming from 2022-02-28 12:04:20.210984693 +0100 CET
I0228 12:39:29 19571 filer_backup.go:113] backup app1:8888 progressed to 2022-02-28 12:04:20.211726749 +0100 CET 0.33/sec

system@dat1:/srv/test$ ls -l
total 16
drwxr-xr-x 2 system system 4096 Feb 28 12:39 a
-rw-r--r-- 1 system system   48 Feb 28 12:39 fu.txt
-rw-r--r-- 1 system system   32 Feb 28 12:39 _index.html
-rw-r--r-- 1 system system   68 Feb 28 12:39 index.php
system@dat1:/srv/test$ cat fu.txt
?	?=?^??`?f^};?{4?Z%?X0=??rV????|"?1??踪~??
system@dat1:/srv/test$
On the active mount on the target server it's:
system@app1:/srv/app$ ls -l
total 2
drwxrwxr-x 1 system system  0 Feb 28 12:04 a
-rw-r--r-- 1 system system 20 Feb 28 12:04 fu.txt
-rw-r--r-- 1 system system  4 Feb 28 12:04 _index.html
-rw-r--r-- 1 system system 40 Feb 28 12:04 index.php
system@app1:/srv/app$ cat fu.txt
This is static boy!
Filer was started with: weed filer master="app1:9333,app2:9333,app3:9333" -encryptVolumeData
It seems like it's still encrypted?
2022-02-28 10:07:06 -08:00
..
cluster add brokers 2021-11-09 08:50:55 -08:00
command minor 2022-02-27 23:11:09 -08:00
filer download 2 chunks if at the beginning of a file 2022-02-27 03:57:24 -08:00
ftpd go fmt 2021-09-14 10:37:06 -07:00
glog add log level possible values 2021-04-12 21:15:51 -07:00
iamapi use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
images add util package 2022-02-04 21:34:58 -08:00
messaging use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
mount mount: mark directory uncached if forgotten 2022-02-28 02:08:24 -08:00
notification Do reconnect to RabbitMQ 2021-02-11 13:59:36 +05:00
operation weed/operation/delete_content.go: nil pointer dereference 2022-02-15 23:07:03 +08:00
pb refactoring 2022-02-25 01:17:26 -08:00
query go fmt 2019-10-09 00:03:18 -07:00
remote_storage use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
replication filer.backup: fix backing up encrypted chunks 2022-02-28 10:07:06 -08:00
s3api Merge pull request #2712 from guo-sj/correct_comments 2022-02-26 09:16:12 -08:00
security FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 Client 2021-12-30 14:45:27 +01:00
sequence removing etcd sequencer 2021-10-10 19:10:46 -07:00
server use file size as max range 2022-02-26 03:00:08 -08:00
shell simpler output 2022-02-24 13:50:08 -08:00
static S 2021-07-15 17:43:38 -07:00
stats move error to a separate file 2022-02-04 22:57:51 -08:00
storage Merge pull request #2704 from guo-sj/fix_bugs_in_return_value 2022-02-24 00:49:29 -08:00
topology healthz check to avoid drain pod with last replicas 2022-02-16 14:18:36 +05:00
util 2.91 2022-02-27 04:03:39 -08:00
wdclient move error to a separate file 2022-02-04 22:57:51 -08:00
Makefile to be re-written following fuse virtual file system 2022-02-11 03:09:30 -08:00
weed.go Add autocomplete 2021-08-03 02:56:52 +09:00