summaryrefslogtreecommitdiff
path: root/src/cmd/backup.rs
AgeCommit message (Expand)AuthorFilesLines
2021-01-16feat: backup run now ends with a summaryLars Wirzenius1-3/+10
2021-01-05refactor: move policy on whether to back up a file into a moduleLars Wirzenius1-150/+13
2021-01-04feat! record whether file was backed up and why, in a generationLars Wirzenius1-17/+57
2021-01-01feat! use signed 64 bit integers as file numbers, file countsLars Wirzenius1-2/+2
2020-12-31feat: incremental backupLars Wirzenius1-27/+111
2020-12-27refactor: rename Generation to NascentGenerationLars Wirzenius1-2/+2
2020-12-26refactor: rename FileSystemEntry::path to pathbufLars Wirzenius1-2/+3
2020-12-23feat: re-enable progress bars for backup and restoreLars Wirzenius1-1/+1
2020-12-23feat! add a global --config optionLars Wirzenius1-3/+1
2020-12-12feat: back up and restore symlinksLars Wirzenius1-3/+9
2020-11-23feat: progress reporting to backups and restoresLars Wirzenius1-3/+30
2020-11-22feat! use temporary files for SQLite databasesLars Wirzenius1-2/+20
2020-11-18feat! change client config to take a base URL instead of host, portLars Wirzenius1-1/+1
2020-11-13refactor: put all client functionality into one programLars Wirzenius1-0/+21