meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:backup:duply:restore [2021/05/10 13:57] – created niziak | linux:backup:duply:restore [2024/09/09 13:12] (current) – niziak | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Restore duply configuration from remote backup. | Restore duply configuration from remote backup. | ||
| On remote host: | On remote host: | ||
| + | |||
| <code bash> | <code bash> | ||
| + | duplicity list-current-files scp:// | ||
| + | </ | ||
| + | |||
| + | Restore duply config: | ||
| + | < | ||
| + | duplicity restore --file-to-restore '/ | ||
| + | </ | ||
| + | |||
| + | Use duply: | ||
| + | < | ||
| + | duply svn-to-backup restore | ||
| + | </ | ||
| + | |||
| + | Restore one directory form 180D ago: | ||
| + | <code bash> | ||
| + | mkdir 1 | ||
| + | duply my-backup-config fetch / | ||
| + | </ | ||