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
Patrick Seal
a1efbe3b73
Add exclude_by_attribute preference
2018-09-21 21:35:40 -07: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
gilbertchen
1d5b910f5e
Merge pull request #264 from lowne/bitcopy
...
allow bit-identical `add -copy`
2017-11-21 17:20:40 -05:00
Gilbert Chen
63aa47f193
Bump version to 2.0.10
2017-11-21 12:48:37 -05:00
Mark Lowne
1dcb3a05fc
allow bit-identical add -copy
2017-11-11 16:26:44 +01:00
Mark Lowne
57edf5823d
allow skip setting uid/gid on restored files
2017-10-30 20:16:28 +01:00
Gilbert Chen
7e1fb6130a
Error out immediately if the storage can't be found
2017-10-26 21:03:19 -04:00
Gilbert Chen
9608a7f6b6
Use random salt and make the number of iterations configurable for storage key derivation
2017-10-20 23:21:26 -04:00
Gilbert Chen
ce52ec1e5d
The info command should not overwrite the default password if reset-passwords is on
2017-09-26 10:37:06 -04:00
Gilbert Chen
8841ced1f5
Storage name can't be 'ssh' otherwise the ssh password of the default storage nad the storage password of the 'ssh' storage will share the same keychain entry
2017-09-25 21:52:49 -04:00
Gilbert Chen
923cd0aa63
Run goimports on all source files
2017-09-20 23:07:43 -04:00
gilbertchen
978212fd75
Merge pull request #196 from fracai/more-check-stats
...
print additional, table-formatted stats for CHECK
2017-09-20 17:16:23 -04:00
Arno Hautala
d5d7649041
added -tabular to check options
2017-09-19 01:13:38 -04:00
gilbertchen
ae44bf7226
Merge pull request #191 from jt70471/regex-patch-2
...
store compiled regex patterns for performance optimization
2017-09-18 22:46:12 -04:00
gilbertchen
fab9cc77c6
Merge pull request #180 from niknah/dry_run
...
Added backup --dry-run option.
2017-09-18 22:32:21 -04:00
Jeff Thompson
805f6fd15d
store compiled regex patterns for performance optimization
2017-09-17 19:25:34 -05:00
Jeff Thompson
b56d7dedba
add regex matching to include/exclude filters
2017-09-14 08:49:24 -05:00
Emanuele Trombetta
c42a5a86a4
Fix typos
...
* Update duplicacy_main.go
* Update duplicacy_snapshotmanager.go
2017-09-12 07:49:07 +02:00
Gilbert Chen
d8573ca789
Bump version to 2.0.9
2017-09-11 11:13:28 -04:00
niknah
de2f7c447f
Merge branch 'master' into dry_run
2017-09-11 20:12:09 +10:00
Jeff Thompson
707967e91b
fix upload/download rate for copy described in issue #169
2017-09-08 16:39:41 -05:00
Jeff Thompson
612c5b7746
Use number of threads specified on copy command
2017-09-06 17:01:27 -05:00