nielash

Results 114 comments of nielash

> Nice! However, if I understand correctly, this does not help when a file is renamed only on one side and I would like the change to propagate to the...

@ncw I took a stab at implementing this. It's still a WIP but if you have a moment, it would be very helpful if you could take a peek and...

Very helpful feedback -- thank you! > > * Support for inheriting settings from multiple nested "parent" profiles > > How do you do that - I missed that in...

> @nielash Does it support stringArray in your implements? Some config flags can be passed multiple, eg `--exclude`, ` --ca-cert`. Very good point! Yes, it should be supported, however it...

> I failed on this PR again - sorry! Can you rebase it please and we'll try to get it in 1.68. > > Thank you :-) Rebased, and also...

> This is because if you copy a file from A to B and A and B share (some) disk blocks then they have shared fate. If the disk blocks...

> Is `--local-copy-is-clone` a good name for this? It's a little long, but I can't think of anything better 🙂 > Maybe `--local-copy-is-reflink-clone` will remove any disambiguity? That's even longer...

> Just a thought... > > Will this code cope with copying data to/from an SDcard or similar formated with VFAT/EXFAT? This should be fine, because we're using `COPYFILE_CLONE` and...

Added this flag here: https://github.com/rclone/rclone/pull/7534/commits/05094fd0a9588d51561f7af464982c4afbdda1c6

@ncw heads up -- potentially important bug fix here (https://github.com/rclone/rclone/pull/7795/commits/1e8d42f3bbb49ce919aa93a28cf8f4cdf3725ac1) for a regression introduced by our recent `--create-empty-src-dirs` change (https://github.com/rclone/rclone/commit/10eb4742dd9da47342ef768576fefd7c5f149443) (See [this log](https://pub.rclone.org/integration-tests/2024-05-18-010009/sftp-cmd.bisync-TestSFTPRclone-5.txt) for many examples of the problem)