Open amkuipers opened 3 years ago
Request to add a feature to be able to backup and restore the hosts file using hed.
hed
Examples:
$ hed backup backup /etc/hosts made to ~/hosts.bak $ hed restore restored /etc/hosts from ~/hosts.bak $ hed backup /tmp/x backup /etc/hosts made to /tmp/x $ hed restore /tmp/x restored /etc/hosts from /tmp/x
Really good feature, wondering if it can work together with #25.
Request to add a feature to be able to backup and restore the hosts file using
hed
.Examples: