File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " googlecloudstorage" ,
3+ "options" : {
4+ "secret" : " backup/google/client_secret.json" ,
5+ "bucket" : " my-bucket" ,
6+ "path" : " remote/path"
7+ }
8+ }
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <sync type =" googlecloudstorage" >
3+ <!-- google secret file -->
4+ <option name =" secret" value =" backup/google/client_secret.json" />
5+
6+ <!-- bucket name to upload to -->
7+ <option name =" bucket" value =" backup/google/client_secret.json" />
8+
9+ <!-- the remote path to upload to int the bucket -->
10+ <option name =" path" value =" remote/path" />
11+
12+ <!-- optional cleanup configuration -->
13+ <option name =" cleanup.type" value =" quantity" />
14+ <option name =" cleanup.amount" value =" 10" />
15+ </sync >
You can’t perform that action at this time.
0 commit comments