Chunk uploads for reuploading

This commit is contained in:
David Dworken
2024-02-04 21:44:00 -08:00
parent 632ecc5c81
commit ed583c36a3
3 changed files with 63 additions and 29 deletions

View File

@ -86,6 +86,7 @@ func BackupAndRestoreWithId(t testing.TB, id string) func() {
path.Join(homedir, data.GetHishtoryPath(), "hishtory"),
path.Join(homedir, ".bash_history"),
path.Join(homedir, ".zsh_history"),
path.Join(homedir, ".zhistory"),
path.Join(homedir, ".local/share/fish/fish_history"),
}
for _, file := range renameFiles {