-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGE.log
More file actions
71 lines (59 loc) · 2.26 KB
/
Copy pathCHANGE.log
File metadata and controls
71 lines (59 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
2026/05/22
- initial release
2026/05/26
- Added the 'package' script
- Added the .deps and .info files
- Moved the -c action to -m for consistency
- Removed documentation comments
- Updated comment placements in the script
- Updated the README file
- Started creating the man page
2026/05/27
- Added a -D check to make sure it is only passed with -d
- Added a -P check to make sure it is only passed with 'move'
- Updated -N to -Y for consistency with pax
- Continued creating the man page
2026/05/28
- Added a STORED directory check when 'delete' is passed
- Added the -R option
- Updated the tar code to preserve ownership and permissions in the full path
2026/06/04
- Added EPOCH to store the -A and -B value
- Moved the 'touch -r' command after DIR_TEMP has been checked/created
- Updated ADDDEL to AD
2026/06/05
- Replaced DIR with S and T in Traverse()
- Restructed the trailing EMPTY block in Traverse()
- Removed a 'continue' call that prevented deletion of some empty directories
2026/06/12
- Updated the output in Traverse() when building a deduplication database
2026/06/23
- Added the -A and -B options for the -e action
- Created a test script for the -a action
- Created a test script for the -e action
- Updated the path assignment in Traverse() when using the -e action
2026/06/24
- Added additional output with the -e action
- Added a check for the database existence with the -D option
- Started creating a test script for the -d action
- Created a test script for the -m action
- Updated the test script for the -a action
- Updated the test script for the -e action
- Updated error verbiage
- Updated directory date checking to only work with the -e action
- Updated the directory assignments with the -d action
2026/06/25
- Started adding -P and -R tests to all test scripts
- Added directory cleanup when -R is passed
- Completed the test script for the -d action
- Updated the link output
- Updated deduplicating output
- Updated the documentation to include additional examples
2026/06/30
- Coontinued adding -P and -R tests to all test scripts
- Replaced the follow-up 'rm' call for a '--remove-files' tar option
2026/06/30
- Added more examples to the documentation
- Updated the .info files
- Completed adding -P and -R tests to all test scripts
- Tested in XiniX and TinyCore