-
Notifications
You must be signed in to change notification settings - Fork 43
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
[Question] Incremental snapshot backups and usage #87
Comments
Hmm - is there a reason why you're doing a Can you provide the log output with |
I was running I added the --logLevel debug option into my Thanks for the help. |
I attached the stripped down output from |
If you go to backblaze and look at the contents of |
so under the main bucket
|
Apologies - the notification of your response got buried! I wonder if this is some silly prefix issue... does using Apologies that I can't help more at the moment, been trying to build a new dev box as my current one is unusable - been months waiting on part availability due to shortages. |
No worries! Will check and report back. |
@someone1 See attached log file from a manual run of the script After adding the slashes to the end of the backend path, it did change how the folder was laid out in backblaze but nothing else. Now I get
Thanks for all the help with this. |
@someone1 have you had a chance to look at this yet? |
Apologies - I think I need to add additional debug logs to the program as I'm not seeing anything obvious, but I am missing details as to what its trying to work with. I'll have to sign up for a backblaze account again and run some tests. Maybe you can test and see if the S3 compatible API will work for backblaze? Try setting I appreciate your patience on the matter. |
If you want me to run any tests, let me know. I am also starting to dig into your code a bit and add some debug logging myself. I will try their s3 api as well |
I've been hit with this as well. Strange enough though, on smaller tests I did everything worked out fine 🤔. I could take a look at this in a few weeks if nothing found before then. The S3 backend also doesn't appear to work either. I suspend it could be the original snapshot no longer being available on disk but I'm quite new to zfs |
Hello: I am running into an issue with incremental snapshots and am wondering if I understand their usage correctly.
I am running FreeBSD 12.2 Release P1 with the 0.4RC FreeBSD binary
I am using
periodic-snapshot
to create hourly snapshots of 4 zfs pools, and then running the following commands in a script in/etc/periodic/daily/
to run incremental backups. (These lines are duplicated 4 times for each of the 4 pools)I used the same commands, but with
--full
instead of--increment
to perform an initial backup of the pools, but when the incremental script runs, I get the error message:The initial full backup commands were run as root, and
/usr/sbin/periodic
is being run as root in/etc/crontab
.Any help would be appreciated.
The text was updated successfully, but these errors were encountered: