Gilbert Chen
76f1274e13
Bump version to 2.5.2
2020-05-10 21:41:30 -04:00
Gilbert Chen
51cbf73caa
Bump version to 2.5.1
2020-04-17 15:57:08 -04:00
Gilbert Chen
4c3557eb80
Bump version to 2.5.0
2020-04-09 23:22:32 -04:00
Gilbert Chen
749db78a1f
Implemented a global option to suppress logs by ids
...
You can now use -suppress LOGID or -s LOGID to not print logs with the given
ids. This is a global option which means it is applicable to all commands.
It can be specified more than once.
2020-04-07 23:22:17 -04:00
Gilbert Chen
01a37b7828
Fixed a typo in command line arguments
2020-04-06 22:13:08 -04:00
Gilbert Chen
22d6f3abfc
Add a -chunks option to the check command to verify the integrity of chunks
...
This option will download and verify every chunk. Unlike the -files option,
this option only downloads each chunk once. There is also a new -threads
option to use multiple threads to download chunks.
2020-03-24 20:58:45 -04:00
Gilbert Chen
808ae4eb75
Bump version to 2.4.1
2020-03-13 20:44:00 -04:00
Gilbert Chen
b61906c99e
Bump version to 2.4.0
2020-03-05 22:06:24 -05:00
Gilbert Chen
504d07bd51
Bump version to 2.3.0
2019-11-25 15:45:41 -05:00
Gilbert Chen
694494ea54
Throw an error, instead of a warning, if pre/post script fails
2019-11-24 22:38:29 -05:00
Gilbert Chen
a99f059b52
Allow a custom location for the filters file
...
You can now add a key 'filters' in the preferences file that points to the
path of the filters file. If this key is not found in the preferences,
the default location '.duplicacy/filters' is used.
There is a new option '-filters' for the set command that set this key in
the preferences, but you can also edit the file directly.
2019-11-23 15:23:26 -05:00
Gilbert Chen
9a0d60ca84
Store the public key in the config to ensure one key policy.
...
Also make sure that RSA encrpytion works with the copy command.
2019-09-23 12:53:43 -04:00
Gilbert Chen
90833f9d86
Implement RSA encryption
...
This is to support public key encryption in the backup operation. You can use
the -key option to supply the public key to the backup command, and then the
same option to supply the private key when restoring a previous revision.
The storage must be encrypted for this to work.
2019-09-20 14:19:18 -04:00
Gilbert Chen
58387c0951
Bump version to 2.2.3
2019-06-28 10:06:55 -04:00
Gilbert Chen
fc35ddf7d1
Bump version to 2.2.2
2019-06-20 22:22:41 -04:00
Gilbert Chen
eba5aa6eea
Bump version to 2.2.1
2019-06-04 22:28:04 -04:00
Gilbert Chen
18ba415f56
Bump version to 2.2.0
2019-05-06 12:26:40 -04:00
Gilbert Chen
a73ed462b6
Roll back the import path change 'import duplicacy/src'
...
Import paths are relative to $GOPATH and $GOROOT, so 'import duplicacy/src'
unfortunately doesn't work.
2019-04-27 22:01:17 -04:00
Thomas Tempelmann
22e8d9e60a
Change the import from "github.com/gilbertchen/duplicacy/src" to "duplicacy/src" so that a forked project uses the forked "src" dir and not the original one.
2019-04-27 00:10:50 -04:00
gilbertchen
6fd3fbd568
Merge pull request #514 from a-s-z-home/filter_extension
...
Filter extension: @ to include another file
2019-04-26 21:56:42 -04:00
gilbertchen
31c25e98f7
Merge branch 'master' into master
2019-01-04 13:48:44 -05:00
Gilbert Chen
e6d8b7d070
Use 1024*1024 as 1M as opposed to 10^6
2019-01-04 13:29:30 -05:00
Michael Cook
0762c448c4
gofmt -s
2018-12-29 13:20:10 +01:00
a-s-z-home
e1fa39008d
Use new filter processing function for restore command.
...
- You can now include a filter file by using "@<filename>".
2018-11-05 00:59:39 +01:00
Gilbert Chen
2e5cbc73b9
Bump version to 2.1.2
2018-11-03 11:45:50 -04:00
Gilbert Chen
48cc5eaedb
Print git commit number
2018-08-03 23:45:23 -04:00
Gilbert Chen
89769f3906
Add a -storage option to the benchmark command
2018-07-23 22:54:56 -04:00
Gilbert Chen
798cec0714
Bump version to 2.1.1
2018-07-23 22:10:12 -04:00
gilbertchen
dfdbfed64b
Merge pull request #449 from gilbertchen/benchmark_command
...
Benchmark command
2018-07-02 16:26:28 -04:00
gilbertchen
d4a65ffbcf
Merge pull request #441 from gilbertchen/threaded_prune
...
Implement multithreaded pruning
2018-07-02 16:20:41 -04:00
gilbertchen
0af74616b7
Merge pull request #415 from amarcu5/master
...
Add APFS snapshot support
2018-07-02 12:41:19 -04:00
Gilbert Chen
9a0dcdb0b2
Add a benchmark command to test disk and network speeds
2018-06-17 22:00:01 -04:00
Gilbert Chen
dd53b4797e
Implement multi-threaded pruning
2018-06-04 21:52:07 -04:00
Gilbert Chen
aadd2aa390
Add an -enum-only option to the backup command to enumerate the repository only
2018-05-24 11:34:46 -04:00
Gilbert Chen
72239a31c4
Add -repository optiont to init add add to specifiy an alternate repository path
2018-05-22 15:55:52 -04:00
gilbertchen
f4cdd1f01b
Merge pull request #392 from fhriley/nobackup_file
...
Add nobackup-file preference.
2018-05-16 23:31:09 -04:00
amarcu5
c23ea30da4
Updated VSS flag usage
...
VSS flag usage now indicates support for macOS using APFS in addition to Windows
2018-04-29 23:24:22 +01:00
Gilbert Chen
85bc55e374
The -threads option for the copy command specifies the number of uploading threads
2018-04-11 21:11:24 -04:00
Frank
4dd5c43307
Add nobackup-file preference.
...
Directories containing a file with this name will not be backed up. I find it easier to drop a .nobackup file in directories I don't want backed up instead of maintaining a file of exclusions. This is also useful for scripts that create data in the repository but don't want it to be backed up.
2018-04-01 12:50:00 -07:00
Gilbert Chen
6aedc37118
Update the description for the -comment option
2018-03-28 22:19:18 -04:00
Jeff Coffler
e74ab809ae
Add new qualifier, -comment, to more easily identify specific jobs.
...
This qualifier allows specific text to be associated with a backup
job to easily associate what repository (or other context) a
duplicacy job is running on behalf of.
2018-03-28 10:16:08 -07:00
Gilbert Chen
be2856ebbd
Add a -vss-timeout option to set VSS creation timeout
2018-03-21 22:34:14 -04:00
Gilbert Chen
4948806d3d
Bump version to 2.1.0
2018-03-09 14:43:06 -05:00
Aleksandr Sergeev
bcace5aee2
Fix some typos
...
deriviation, specifed, acess
2018-02-22 14:57:59 +00:00
Gilbert Chen
837fd5e4fd
Add -storage-name to the info command for reading the correct password
2018-01-06 23:33:13 -05:00
Gilbert Chen
9fdff7b150
Add the global -profile option to enable profiling
2017-12-14 15:34:05 -05:00
Gilbert Chen
c5e2032715
Remove existing config and save a local copy when changing password
2017-12-09 17:34:43 -05:00
Gilbert Chen
8bd463288f
Add a -storage-name option to specify the name of the storage to be initialized
2017-12-05 13:42:17 -05:00
Gilbert Chen
2f4e7422ca
List known repository ids in the info command
2017-12-03 23:36:19 -05:00
Gilbert Chen
81e889ef3f
Change the 'bit' option name to 'bit-identical'
2017-11-21 19:55:18 -05:00