gb icon indicating copy to clipboard operation
gb copied to clipboard

backup your files properly to google drive and/or s3

Results 7 gb issues
Sort by recently updated
recently updated
newest added

frequent automatic backups of skycache data has been causing the bucket to grow to be way bigger than necessary and I don't need the redundancy

Certainly! Here's a template for a GitHub issue that you can use to explain the merits of Rust and try to convince the author to rewrite their program in Rust:...

context: `mkdir foo/, mkdir foo/bar/, touch foo/bar/file` `gb backup foo/` `rm -r foo/bar/` `gb backup foo/` now: `gb restore foo/bar/` will fail without timestamp provided, even though it's pretty clear...

It looks like the SQLite database isn't getting checkpointed during a run of `gb backup`. The WAL is growing to many times the ultimate size of the database, and the...

When trying to restore a directory with a non-null `files.end`, it is pretty much a certainty that `files.end < now`. I don't understand why gb fails to restore instead of...