feat: add --backup-converted flag to keep .orig backups
This commit is contained in:
@@ -403,6 +403,7 @@ func (c *Client) downloadMirror(ctx context.Context, req *core.DownloadRequest)
|
||||
ConvertLinks: c.config.Recursive.ConvertLinks,
|
||||
DownloadAssets: c.config.Recursive.MirrorAssets,
|
||||
PruneEmpty: true,
|
||||
BackupConverted: c.config.Recursive.BackupConverted,
|
||||
RestrictFiles: true,
|
||||
Timeout: c.config.Transport.Timeout,
|
||||
RespectRobots: c.config.Recursive.RespectRobots,
|
||||
|
||||
Reference in New Issue
Block a user