Commit Graph

1157 Commits

Author SHA1 Message Date
53874bd8ee cmd: add --error-on-no-transfer option
This allows rclone to exit with a non-zero return code if no files are
transferred. This is useful when calling rclone as part of a workflow/script
pipeline as it allows the end user to stop processing if no files have been
transferred.

NB: Enabling this option will return in rclone exiting non-zero if there are no
transfers. Depending on how your're currently using rclone in your scripts,
this may break existing setups!
2020-04-15 17:06:40 +01:00
2c4aadb588 Revert "install.sh: create ~/.config/rclone directory"
This reverts commit d694bb30e5f31521bbb150c85aa4e89fabf5bd30.

If it creates a config directory then it leaves it owned by root which
is very confusing for new users.
2020-04-11 18:40:46 +01:00
2c2f4a6a05 jottacloud: implement --jottacloud-trashed-only 2020-04-11 16:42:25 +02:00
9f3449d944 Add Michael G to contributors 2020-04-11 13:29:13 +01:00
fc663d98d1 New email for Ankur Gupta in contributors 2020-04-03 11:51:08 +01:00
08c2cb784f filter: Added --files-from-raw flag
--files-from parses input files by ignoring comments starting with # and ;
and stripping whitespace from start and end of strings.

The --files-from-raw flag was added that reads every line from the file ignoring
comment characters and not stripping whitespace while maintaining
backwards compatibility.

Fixes #3762
2020-04-03 10:36:24 +01:00
2a62471e4c Add Jack Anderson to contributors 2020-03-31 18:17:36 +01:00
1af9fcbbfa Add Samantha McVey to contributors 2020-03-28 18:33:34 +00:00
6765303de4 docs: unmystify how crypt stores encryption password in config
Without explaining exactly how this is generated, it can be confusing
and worrying to not know how the password that encrypts your data is
stored.

This also brings peace of mind to the user that even though
the same password is obscured differently each time, all the data to
get back to the original password remains. Explaining how it works
is much better than the reader of the documentation having to trust
a blackboxy/magical mechanism.
2020-03-26 17:14:45 +00:00
304ee97944 Add harry to contributors 2020-03-26 16:23:46 +00:00
6c351c15f8 Add Mark Spieth to contributors 2020-03-23 17:12:56 +00:00
b49ab9f9c7 Add Max Sum to contributors 2020-03-21 18:13:05 +00:00
78a9e7440a union: Implement multiple writable remotes 2020-03-21 18:11:24 +00:00
410e17a2ec Add Elan Ruusamäe to contributors 2020-03-21 17:39:51 +00:00
23f7943645 Dropbox: Add info about required redirect url 2020-03-20 14:51:53 +00:00
1108895180 Add Bernd Schoolmann to contributors 2020-03-20 14:01:02 +00:00
158870bcdb fs: Add --track-renames-strategy for configurable matching criteria for --track-renames
This commit adds the `--track-renames-strategy` flag which allows the
user to choose the strategy for tracking renames when using the
`--track-renames` flag.

This can be "hash" or "modtime" or both currently.

This, when used with `--track-renames-strategy modtime` enables
support for tracking renames in encrypted remotes.

Fixes #3696
Fixes #2721
2020-03-20 13:04:56 +00:00
1d3987bbbd docs: Fix typo and reword contact.md 2020-03-18 14:21:58 +00:00
472d4799d1 qingstor: make rclone cleanup remove pending multipart uploads older than 24h 2020-03-18 12:49:21 +00:00
72eba4dbb6 Add greatroar to contributors 2020-03-18 12:49:21 +00:00
1e9b8e043a Add fishbullet to contributors 2020-03-16 17:17:08 +00:00
eb0fc21533 fs: filter flags ability to read from stdin - fixes #4034 2020-03-16 17:16:50 +00:00
c227a90b52 sync: implement --order-by xxx,mixed 2020-03-16 15:50:04 +00:00
b03462ab04 Add Patryk Jakuszew to contributors 2020-03-13 21:45:09 +00:00
a433698b00 Add Joachim Brandon LeBlanc to contributors 2020-03-10 12:00:30 +00:00
747edf42c1 azureblob: document container level SAS URL from root now needs container
In 8a0775ce3c8a4589 which was released in v1.49.0 we inadvertently
stopped SAS URLs working from the root without a container name.

Previously to this change you could use `rclone mount azsas:` and it
would actually be equivalent to `rclone mount azsas:container`. After
this change, only `rclone mount azsas:container` will work, `rclone
mount azsas:` will have a directory in the root called "container".

After some discussion it was decided not to revert this change as the
current behaviour is more logical and in line with the similar
behaviour for the b2 backend.

Instead the documentation was updated to show exactly how container
level SAS URLs behave.

Fixes #4028
2020-03-05 14:56:36 +00:00
ce23cb2093 Add evileye to contributors 2020-03-05 14:07:32 +00:00
1c800efbac Add Robert-André Mauchin to contributors 2020-03-03 12:41:08 +00:00
452fdbf1c1 Add Franklyn Tackitt to contributors 2020-03-02 17:31:23 +00:00
51686bd1ef Add Shing Kit Chan to contributors 2020-03-02 17:31:23 +00:00
38a4d50e73 rcd: Add Prometheus metrics support - fixes #3858
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-03-01 09:58:34 +00:00
2b3d13a841 fs: Use --cutoff-mode hard,soft,catious instead of 3 --max-transfer-mode flags
Fixes #2672
2020-03-01 09:49:55 +00:00
6f1766dd9e fs: Add support for --max-transfer-cutoff modes #2672
This also adds max transfer cut off check for server side copies too
2020-03-01 09:49:55 +00:00
bae2644667 Add Yves G to contributors 2020-03-01 09:17:51 +00:00
f6f95822c1 doc: fix links in generated documentation 2020-03-01 09:14:37 +00:00
54a0c6b8ad Add valery1707 to contributors 2020-02-28 16:26:45 +00:00
1ad23c4dc8 mailru: Describe 2FA requirements (#4015)
Fair enough
2020-02-28 16:54:09 +03:00
d6e10dba33 docs: fix confusion over processor names in download table
See: https://forum.rclone.org/t/intel-processor-download-help/14558
2020-02-26 16:39:46 +00:00
55b5eded23 Add Frederick Zhang to contributors 2020-02-12 11:33:56 +00:00
b71e1a16b1 docs: update account type during OneDrive app registration 2020-02-12 11:04:49 +00:00
dc31212c3d Add Tim Gallant to contributors 2020-02-11 14:28:13 +00:00
a54210a2e4 docs: restore missing mount --daemon docs
This was done as part of ebfeec9fb45e89f6 which unfortunately patched
the auto generated files.
2020-02-10 15:29:39 +00:00
040d226028 docs: restore missing QingStor doc fix
This was done as part of 64fce8438b3190fa which unfortunately patched
the auto generated files.
2020-02-10 15:29:39 +00:00
8b664c3ec5 docs: restore lost spelling fixes
These came from 3d424c6e08eb70b7 which unfortunately got added the
docs to the auto generated files.
2020-02-10 15:29:39 +00:00
102a38bb95 docs: restore lost VFS poll interval docs
These came from 3d475dc0eec8f55e which unfortunately got added the
docs to the auto generated files.
2020-02-10 15:29:39 +00:00
7a54e13110 docs: restore lost VFS case insensitive docs
These came from 1c4e33d4adc4be64 which unfortunately
added the docs to the auto generated files.
2020-02-10 15:29:39 +00:00
feee92c790 docs: restore lost mount share docs
These came from 162fdfe4552cd9cd which unfortunately added the docs to
the auto generated files.
2020-02-10 15:29:39 +00:00
de93852512 docs: restore lost auth proxy logs
These came from f2a789ea98b14bc7 which unfortunately added the docs to
the auto generated files.
2020-02-10 15:29:39 +00:00
dfb710eab7 gendocs: add autogenerated header to all docs 2020-02-10 15:29:39 +00:00
7c55fafe33 Add Durval Menezes to contributors 2020-02-01 13:41:47 +00:00