fixing quota issues

This commit is contained in:
Edwin Eefting
2019-10-16 12:51:12 +02:00
parent 82465acd5b
commit d973905303
2 changed files with 74 additions and 23 deletions

View File

@ -23,6 +23,7 @@ It has the following features:
* Easy to debug and has a test-mode. Actual unix commands are printed.
* Keeps latest X snapshots remote and locally. (default 30, configurable)
* Uses zfs-holds on important snapshots so they cant be accidentally destroyed.
* Tries to work around quota issues by temporary clearing those properties during backup.
* Easy installation:
* Only one host needs the zfs_autobackup script. The other host just needs ssh and the zfs command.
* Written in python and uses zfs-commands, no 3rd party dependency's or libraries.