Wayne Scott

Results 8 comments of Wayne Scott

Here is a benchmarking setup for backups that tries to support multiple tools for comparisons already. https://github.com/gilbertchen/benchmarking Written by the Duplicacy author. Duplicacy has source, but it not free. It...

I am not so sure that is always true. I have a "deals" folder where I subscribe to slickdeals.net and spoofee deals. These RSS feeds are one line articles where...

I would be surprised if --compress helps at all since the backup is already pretty compressed. Would something like this work? ssh -R 8888:localhost:22 attic create ssh://localhost:8888/client-repo.attic You setup a...

ssh -R cause a tunnel to be created so that connections to one port on the remote machine are actually made to another port on the local side of the...

It is pretty trivial to test. Download rsync and check. (apt-get source rsync; grep -R fadvice rsync-3.1.0) Nope, not in rsync here. On Wed, Apr 15, 2015 at 5:08 PM,...

Heh, well that is embarrassing. However the typo was in the email, I had searched for the right string. Still not there. On Wed, Apr 15, 2015 at 6:44 PM,...

This serves the hostnames on your network via DNS. So you have a machine join your ZT network and then give it a name.

Especially on spinning disks and if you know the order you will be traversing files it can help to run a `mmap(..., MADV_WILLNEED)` on files before the input stage reads...