enboig

Results 51 comments of enboig

After reading https://stackoverflow.com/questions/54076057/how-to-copy-folders-from-mydrive-to-a-teamdrive-with-google-apps-script maybe it is as easy as allowing users to paste "folder-id" in "Name the copy"

I am really interested in restic support. I was looking for dummy remote repository, and restic has it. It lack compression, but you can share a repository between computers, which...

I am looking for duplicati for personal use, at work I use backuppc and when searching for old versions of a file has a great history view. You select a...

Yes, it is. I like the "no delete"; but I would tag it with a "dirty", "inconsistent", "*frankenstein*" tag

And the *algorithm* should be: - when forgetting a snapshot: - if there is a previous snapshot which is already "inconsistent", copy my files over it adding and/or updating existing...

Well... I would say they are related; but I was asking for an option when "forgetting" snapshots which automatically take care of merging snapshots which are being forgotten.

I like the idea of extending `forget` with something like `--keep-files-last-version` which merge *snapshots to be forgotten* and tag them someway so user (and rustic itself) identify them. But I...

I tried @xqdoo00o fork but generated files didn't had a password at all

```js jQuery("#blob").on("click", function () { async function aaa() { const zip = new JSZip(); zip.file("Hello.txt", "Hello World\n"); const content = await zip.generateAsync({ type: "blob", password: "12345678", encryptStrength: 3, }); console.log(content);...

I cloned your repo, I didn't use this PR. The browser tests hang there (using firefox)