-
-
Notifications
You must be signed in to change notification settings - Fork 63
Problems
You forgot to setup automatic login via SSH keys, look in the example how to do this.
This means your target dataset has been modified somehow.
Make sure you read how Mounting works.
- You can use
--rollback
to automatically rollback such changes. - Set the
readonly
property of the target filesystem to on. This prevents all modifications on the target side. Note that readonly prevents changes to the CONTENTS of the dataset directly. Its still possible to receive new datasets and manipulate properties etc. - Always use
--clear-mountpoint
, see Mounting
This usually means you've created a new snapshot on the target side during a backup. If you restart zfs-autobackup, it will automaticly abort the invalid partially received snapshot and start over.
In some cases (Linux -> FreeBSD) this means certain properties are not fully supported on the target system.
Try using something like: --filter-properties xattr or --ignore-transfer-errors.
This happens if you transfer between different Operating systems/zfs versions or feature sets.
Try using the --ignore-transfer-errors option. This will ignore the error. It will still check if the snapshot is actually received correctly.
This happens if you forget to use --encrypt, while the target datasets are already encrypted. (Very strange error message indeed)
If you try to destroy a snapshot and its busy, there might be multiple reasons, but dont forget to check if the snapshot has holds with:
zfs holds
zpool/fs1@snapshot1
Release it with zfs release.
Use --no-holds in zfs-autobackup if you dont want to use holds.
-
Feel free to ask questions about zfs-autobackup here: https://github.com/psy0rz/zfs_autobackup/discussions
-
If you found a bug or want to request a feature: https://github.com/psy0rz/zfs_autobackup/issues
-
For more general questions go to the excellent subreddit at https://reddit.com/r/zfs
Sponsored by: JetBrains
zfs-autobackup:
- Introduction (README.md)
- Getting started
- Full manual
- Mounting backup datasets
- Performance tips (recommended)
- Common problems and errors
- Thinning out obsolete snapshots
- Common snapshot and holds
- Handling ZFS encryption
- Transfer buffering, compression and rate limiting.
- Custom Pre- and post-snapshot commands
- Monitoring
Examples: