Sha256: 586e09810cece651984ef0e419157ece5cb3acc5289aa1505c29ba53ce1a610a
Contents?: true
Size: 760 Bytes
Versions: 2
Compression:
Stored size: 760 Bytes
Contents
mount: source: name: unencrypted_data mountpoint: name: encrypted_data/mountpoint passphrasefile: name: scripts/passphrase keyfile: name: encrypted_data/key/encfs6.xml cmd: cat <%%= passphrasefile.name %> | ENCFS6_CONFIG=<%%= keyfile.name %> <%%= executable %> --stdinpass --reverse <%%= source.name %> <%%= mountpoint.name %> -- -o ro copy: source: name: encrypted_data # sync the encrypted data as well as the key destination: name: copy_destination # could be a remote host instead of a folder, i.e. user1@example.com:backups/here executable: rsync cmd: <%%= executable %> --perms --links --times --recursive --verbose --compress --stats --human-readable --inplace <%%= source.name %> <%%= destination.name %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
revenc-0.1.3 | examples/rsync/revenc.conf |
revenc-0.1.2 | examples/rsync/revenc.conf |