Alexander Neumann
|
a472868e06
|
fs: Add TestChdir()
|
2018-04-22 11:37:05 +02:00 |
|
Alexander Neumann
|
e4fdc5eb76
|
fs: Add IsRegularFile()
|
2018-04-22 11:37:05 +02:00 |
|
Alexander Neumann
|
09365cc4ea
|
Add --trace-profile
|
2018-04-22 11:37:05 +02:00 |
|
Eri Bastos
|
2aa6b49651
|
Return exit code 130 when SIGINT is received
|
2018-04-20 21:09:50 +02:00 |
|
Alexander Neumann
|
7877797c7e
|
Merge pull request #1720 from mholt/new-password-flag
key: Add --new-password flag for non-interactive password changes
|
2018-04-20 14:52:41 +02:00 |
|
Matthew Holt
|
1a26355dbe
|
Add changelog file
|
2018-04-20 14:29:39 +02:00 |
|
Matthew Holt
|
c5829e9ffc
|
key: Add flag for non-interactive password changes
|
2018-04-20 14:29:39 +02:00 |
|
Alexander Neumann
|
b5b246edd5
|
Add entry to changelog
|
2018-04-20 14:23:37 +02:00 |
|
Alexander Neumann
|
ee5e14d536
|
Merge pull request #1731 from restic/fix-1730
Do not restore sockets, correct error handling
|
2018-04-20 14:21:01 +02:00 |
|
Alexander Neumann
|
09bd924710
|
Do not restore sockets, correct error handling
Closes #1730
|
2018-04-20 13:53:11 +02:00 |
|
Alexander Neumann
|
a9c2e84ccd
|
Merge pull request #1718 from ardichoke/patch-1
Update Autocompletion Generation Documentation
|
2018-04-13 22:23:37 +02:00 |
|
Ryan DeShone
|
a144b81c4a
|
Update Autocompletion Generation Documentation
The autocompletion command has been changed to generate. Update documentation to reflect this change.
|
2018-04-12 11:50:26 -04:00 |
|
Alexander Neumann
|
3c453a4217
|
Merge pull request #1715 from rawtaz/patch-1
Add "Including and Exluding Files" heading in docs
|
2018-04-11 21:27:22 +02:00 |
|
rawtaz
|
1e2f23d77a
|
Add "Including and Exluding Files" heading in docs
Adds "Including and Exluding Files" heading in the backup section in the docs.
[ci skip]
|
2018-04-11 21:14:26 +02:00 |
|
Alexander Neumann
|
2c76e724ab
|
Merge pull request #1712 from restic/list-ignore-non-existing-dirs
Improve handling non-existing dirs in List()
|
2018-04-10 21:54:00 +02:00 |
|
Alexander Neumann
|
577faa7570
|
local/sftp: Handling non-existing dirs in List()
|
2018-04-10 21:35:30 +02:00 |
|
Alexander Neumann
|
6a34e0d10f
|
Merge pull request #1709 from restic/improve-check-errors
Improve error message for orphaned pack files
|
2018-04-07 13:38:41 +02:00 |
|
Alexander Neumann
|
b08f21cdc6
|
Add entry to changelog
|
2018-04-07 13:05:44 +02:00 |
|
Alexander Neumann
|
1c1fede399
|
Improve error message for orphaned pack files
|
2018-04-07 10:07:54 +02:00 |
|
Alexander Neumann
|
63a0913e6e
|
Merge pull request #1705 from alirazeen/doc-add-scripting
Add scripting section to docs
|
2018-04-07 09:47:17 +02:00 |
|
Ali Razeen
|
325957443e
|
Add scripting section to docs
|
2018-04-04 10:43:20 -04:00 |
|
Alexander Neumann
|
4b2d3b15a2
|
Add entry to changelog
|
2018-04-03 20:42:06 +02:00 |
|
Alexander Neumann
|
4e2a87c920
|
Merge pull request #1703 from ebastos/issue1608
Fixed issue #1608 - Use --time argument properly
|
2018-04-03 20:40:41 +02:00 |
|
Eri Bastos
|
901e1b129c
|
Fixed issue #1608 - Use --time argument properly
Backups via stdin will now handle --time argument and pass it down as
expected
|
2018-04-03 14:40:42 -03:00 |
|
Alexander Neumann
|
4478d633e2
|
Merge pull request #1702 from restic/update-simple-scrypt
Update github.com/elithrar/simple-scrypt
|
2018-04-02 20:07:18 +02:00 |
|
Alexander Neumann
|
92f516b1d4
|
Update github.com/elithrar/simple-scrypt
For details see #1697
|
2018-04-02 19:48:25 +02:00 |
|
Alexander Neumann
|
03193e6d92
|
Fix changelog entries
|
2018-04-02 12:42:48 +02:00 |
|
Alexander Neumann
|
01fe719aff
|
check: Make sure temp cache dir is removed
|
2018-04-01 18:09:53 +02:00 |
|
Alexander Neumann
|
2c964df3e2
|
Merge pull request #1699 from restic/fix-incremental-backup-test
Slightly increment size for TestIncrementalBackup
|
2018-04-01 14:33:12 +02:00 |
|
Alexander Neumann
|
8919125b0b
|
Merge pull request #1696 from restic/fix-check-cache
check: Improve cache handling
|
2018-04-01 14:33:00 +02:00 |
|
Alexander Neumann
|
1f5137aa70
|
Add entry to CHANGELOG
|
2018-04-01 13:59:27 +02:00 |
|
Alexander Neumann
|
a95eb33616
|
check: Use cache in temporary directory if possible
Closes #1694
|
2018-04-01 13:59:27 +02:00 |
|
Alexander Neumann
|
e68a7fea8a
|
check: Allow filling the cache during check
Closes #1665
|
2018-04-01 13:59:27 +02:00 |
|
Alexander Neumann
|
2e7ec717c1
|
repository: Move cache preparation into function
|
2018-04-01 13:59:27 +02:00 |
|
Alexander Neumann
|
22d5061df2
|
Merge pull request #1698 from restic/reduce-backend-tests-travis
Travis: Skip cloud backend tests for most Go versions
|
2018-04-01 13:58:38 +02:00 |
|
Alexander Neumann
|
4544a77172
|
Slightly increment size for TestIncrementalBackup
This should make the test more reliable, it should hit the accidental
"repo is has grown too much" way less often.
|
2018-04-01 13:49:42 +02:00 |
|
Alexander Neumann
|
b3a073e066
|
Travis: Skip cloud backend tests for most Go versions
|
2018-04-01 13:13:38 +02:00 |
|
Alexander Neumann
|
b077a1227b
|
Merge pull request #1657 from restic/rclone-backend
Rclone backend
|
2018-04-01 10:56:10 +02:00 |
|
Alexander Neumann
|
3f48e0e0f4
|
Add extra options to rclone
For details see https://github.com/restic/restic/pull/1657#issuecomment-377707486
|
2018-04-01 10:34:30 +02:00 |
|
Alexander Neumann
|
86f4b03730
|
Remove unneeded byte counters
|
2018-04-01 10:18:38 +02:00 |
|
Alexander Neumann
|
c43c94776b
|
rclone: Make concurrent connections configurable
|
2018-04-01 10:18:38 +02:00 |
|
Alexander Neumann
|
0b776e63e7
|
backend/rclone: Request random file name
When `/` is requested, rclone returns the list of all files in the
remote, which is not what we want (and it can take quite some time).
|
2018-04-01 10:18:38 +02:00 |
|
Alexander Neumann
|
360ff1806a
|
doc: Fix instructions for rclone backend
|
2018-04-01 10:18:38 +02:00 |
|
Alexander Neumann
|
1beeb7d0dd
|
doc/REST: Make documentation match reality
|
2018-04-01 10:18:38 +02:00 |
|
Alexander Neumann
|
e978b36713
|
doc: Add hint how to debug rclone
|
2018-04-01 10:18:38 +02:00 |
|
Alexander Neumann
|
737d93860a
|
Extend first timeout to 60 seconds.
|
2018-04-01 10:18:38 +02:00 |
|
Alexander Neumann
|
011217e4bf
|
backend/rclone: Improve documentation and README
|
2018-04-01 10:18:38 +02:00 |
|
Alexander Neumann
|
362d5afec4
|
Add entry to changelog
|
2018-04-01 10:18:38 +02:00 |
|
Alexander Neumann
|
4172fcd167
|
doc: Add rclone backend
|
2018-04-01 10:18:38 +02:00 |
|
Alexander Neumann
|
518bf4e5f6
|
doc: Correct verbatim text in the manual
|
2018-04-01 10:18:38 +02:00 |
|