OneDrive for Business Critical error!
-
Sounds like a good place to start.
-
Sorry, it's MS hosted O365. It has worked well for over 6 months and just last week I started getting the error.
-
@technobabble said:
Sorry, it's MS hosted O365. It has worked well for over 6 months and just last week I started getting the error.
You said it's a .htaccess file and .json files. Could it be a security setting blocking it?
-
On ODfB I keep website backups for my clients. I have done this since day one.
ODfB doesn't like to sync these files, but I usually ignore the errors. I have never found a place for ODfB to allow these files to be synced unless I zip the client's website backup folder.
-
@technobabble said:
On ODfB I keep website backups for my clients. I have done this since day one.
ODfB doesn't like to sync these files, but I usually ignore the errors. I have never found a place for ODfB to allow these files to be synced unless I zip the client's website backup folder.
I would say zip it then. It'd be easier to manage at least.
-
Must be something like hidden files being skipped.
-
@technobabble said:
Before I do any of the above steps, I noticed that ODfB is syncing and has 9,976 remaining. I checked the ODfB folder and most of the folders have red Xs. Total size is 4.8GB.
What is ODfB?
-
-
@Carnival-Boy said:
@Dashrender said:
What is ODfB?
I'm guessing OneDrive for Business.
So many letters, so little time thanks!
-
@technobabble said:
Error Description: Not enough storage is available to complete this operation.
HRESULT: 0x8007000e
AssertTag: 0x13be72cI take it that you're not actually out of space in you ODfB account? How about on the local machine? If ODfB has to make a 'sync copy' would you run out of local disk space?
-
@Carnival-Boy yepper!
-
@Dashrender Local drive has 113 GB free.
-
Try renaming one of those files without the dot in the front. I bet that it syncs.
-
@scottalanmiller said:
Try renaming one of those files without the dot in the front. I bet that it syncs.
Agreed.
-
Very inconvenient to rename xyz.jason files or .htaccess files, especially since they are backup website files.
I am now zipping all the website backups, again inconvenient, I have had 1 to 1 backups since 2003 without issues with other backup programs.
-
@technobabble said:
I have had 1 to 1 backups since 2003 without issues with other backup programs.
OneDrive for Business is not a backup program.
-
Yeah, I know I saw that I wrote that after I hit submit.
However the ability to have my data in ODfB for my clients websites means that I can do a restore from anywhere.
-
I think that there are probably better ways to get similar results. A sync system for backup works pretty poorly. Why not just SFTP? Or RSYNC? Or even SVN or GIT?
If you are automating ODFB, though, you could automate the zipping.
-
@JaredBusch said:
OneDrive for Business is not a backup program.
Why not? I'm interested in this because I'm planning on using it for a backup program at home.
-
@Carnival-Boy said:
@JaredBusch said:
OneDrive for Business is not a backup program.
Why not? I'm interested in this because I'm planning on using it for a backup program at home.
Backup means a decoupling. ODFB is coupled to the source. If you build your own decoupling mechanism (see below) you can use it as storage for your own backup mechanism, but it is just synced storage intended for another purpose.