Commit c6743d1a authored by Joab Bremer's avatar Joab Bremer

Update README.md

parent e0d28548
**Fazendo Backup de um host remoto**
```
rdiff-backup --use-compatible-timestamps --no-acls root@10.11.0.1::/etc /hd1/www/html/owncloud/data/usb/files/inet.usb.org.br/etc
```
**Restaurando arquivos**
```
rdiff-backup --force -v 9 -r "2023-05-09" html/fap /hd1/sites2_fap/fap
rdiff-backup --force -v 5 -r "2023-05-09" html/fap /hd1/sites2_fap/fap
```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment