Comment on Sloc Cloc and Code 4.0 (scc) – Finding the files that need the most attentionComments−vivzkestrel14d- saw this other post on your blog- https://boyter.org/2010/08/mysql-backups-done-easily/- is an sqldump actually a backup?−boyterOP14dIts what I used to migrate to the 6 TB sqlite database... so yes? Depends on your definition of backup. In my case I wanted a way to restore in the case of data loss, so yes. Im sure some pedantic sql admin will disagree with me here.−ghoul214dif sqldump isn't a backup, what is?−vivzkestrel13dthey say pg_dump isnt a backup hence my question
Comments
- saw this other post on your blog
- https://boyter.org/2010/08/mysql-backups-done-easily/
- is an sqldump actually a backup?
Its what I used to migrate to the 6 TB sqlite database... so yes? Depends on your definition of backup. In my case I wanted a way to restore in the case of data loss, so yes. Im sure some pedantic sql admin will disagree with me here.
if sqldump isn't a backup, what is?
they say pg_dump isnt a backup hence my question