Nick Craig-Wood

Results 1482 comments of Nick Craig-Wood

> But with --backup-dir, i have to search a file in every repository or each repository is a complete copy like with rsnapshot and hardlinks? Yes searching will be necessary...

What should happen is any files that are changed or deleted get moved to the backup-dir which is I think what you are asking for. Here is a simple example...

> So, removing file1 results in removal from current and a copy stored in backup1, right ? That is correct. > This should move any old file from current to...

Thanks for pointing out the licence oops! Will fixup ASAP! @nicolov I think this was imported by you originally wasn't it? @sretlawd I think you've made improvements to this -...

@ivandeex my understanding is that this code https://github.com/rclone/rclone/blob/master/cmd/serve/dlna/cds.go - was copied into the repo by @nicolov but came originally from the @anacrolix repo Here are the current versions for each...

The age used in the `vfs-cache-max-age` flag is the age of the last access rather than the age of the file. So I think the VFS already works how you'd...

> > The age used in the `vfs-cache-max-age` flag is the age of the last access rather than the age of the file. > > So I think the VFS...

A nice idea. Could use this library: https://github.com/fsnotify/fsnotify Or maybe this one which supports recursive watches which will be essential: https://github.com/rjeczalik/notify Maybe a user interface I'd choose is something like...

@dibu28 are you interested in working on this?

@rhummelmose very nice. It is about time I made a third party tools page which I could link that from... I made an issue to remind myself to do it...