Skip to content

New way to handle local backups.

Pre-release
Pre-release
Compare
Choose a tag to compare
@koldinger koldinger released this 21 May 05:23
· 173 commits to master since this release
1.2.0a

Now creates a local backup mechanism, where the backend runs within the local client, rather than awkwardly creating a separate process.
Note that if your /etc/tardis/system.defaults, job configurations, environment variables, and switches create a situation where you've specified both a local backup and a remote, you may need to specify --local or --remote.
Also, reworked the directory walker to use os.scandir() instead of os.listdir(), and generally improve tree walking performance by nearly half (in some cases).
Use with caution.