DatuX

Results 202 comments of DatuX

I can confirm this is also a problem with gnome-terminal, -title is not supported.

confirmed, it seems this url that it is trying to download is invalid: https://raw.githubusercontent.com/MyEtherWallet/ethereum-lists/master/tokens/tokens-eth.json

Shouldn't we be our "own" source? e.g. fork that repository and create a cronjob somewhere that updates it automatically. This way we can fix it retroactively when they change something,...

> Also: Should our json parser handle data from an "untrusted" source? What if someone crafts a special file that exploits a weakness in our json handling code? Still no...

well the docker way of doing it would be to build an new image with the official image as FROM and then COPY the files in that image, i think?...

ZFS-autobackup does this correctly and has an option to include other snapshots as well. Please check it out at: https://github.com/psy0rz/zfs_autobackup (I suggest the latest beta of 3.1, its reliable)

I agree, i'm creating a seperate zfs-rsync issue for this. On what snapshots should it operate? Just the latest common? And if you run it again and there are newer...

please have a look at #114 and comment overthere

@Scrin good point, i should reiterate that more clearly in the documentation. zfs-autobackup makes it so that other tools/admins can select datasets on the sourcesystem, without needed to access the...

thats true, i could add a --select=... --select-child=... and --select-single=... (non recursive) perhaps rest of the syntax stays the same and you wont need to set properties. (but still can,...