Open terriann opened 7 years ago
Setup should backup all files it's going to overwrite with a copy in a new directory.
It should backup a copy of the files it's replacing into a directory .dotfiles/~backup/yyyy-mm-dd h-i-s/*
.dotfiles/~backup/yyyy-mm-dd h-i-s/*
There should be no need to handle conflicts because we are using to the second naming conventions on the directories.
Todo: Need to test this
Setup should backup all files it's going to overwrite with a copy in a new directory.
It should backup a copy of the files it's replacing into a directory
.dotfiles/~backup/yyyy-mm-dd h-i-s/*
There should be no need to handle conflicts because we are using to the second naming conventions on the directories.