-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic snapshot #22
Comments
I'm planning to support this feature before that try using zfsnap |
There is also something in place from the folks from ZFS on Linux: https://github.com/zfsonlinux/zfs-auto-snapshot I have been using this in production servers where ZFS is used to keep snapshot creating and rotation in place. |
I'm using currently zfs-auto-snapshot but the problem is that it doesn't use local time, so hard to know when snapshot is created |
This is above the requirements above, but is thee any way to compare snapshots? So if nothing has changed between snapshots delete the older snapshot? |
zfs diff for snapshot comparing , but I didn't heard of automatically deleting not changed older snapshot, and don't think it should be |
Weird, seems to be OK for me, what's your system setup? I might try to reproduce it and fix if needed in the auto-snapshot repository. |
@brunopereira81 |
Found some more tools if somebody want to implement them: |
In case anyone implement this to the plugin please take a look at this page https://github.com/zfsonlinux/zfs-auto-snapshot/wiki/Samba The Snapshot versions of the files are available via samba on Windows which is pretty neat. |
I set this up using zfSnap as suggested above. It's as easy as ssh-ing in, running A built in feature to do this would be really nice though! |
Streamline the snapshot creation process and work with scheduler to make snapshots from every X minutes up to X hours.
If nothing else, provide details on how to use scheduler to take snapshots.
The text was updated successfully, but these errors were encountered: