meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:backup:duply:restore [2021/05/10 13:57] – created niziaklinux:backup:duply:restore [2021/05/10 14:36] (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://mybackup@192.168.64.251/svn-to-local
 +</code>
 +
 +Restore duply config:
 +<code>
 +duplicity restore --file-to-restore '/root/.duply' scp://mybackup@192.168.64.251/svn-to-backup /root/.duply
 +</code>
 +
 +Use duply:
 +<code>
 +duply svn-to-backup restore
 +</code>