JRGTH
678886f619
Remove sort option to fix recent conflicts
...
Remove the sort option to fix the recent conflicts.
2025-07-16 00:05:14 -04:00
JRGTH
5580c9d0d3
Solver more conflicts due later updates
...
Updated this PR and added the later changes to solve some conflicts to the `bastille` bin cmd, this is now ready for review.
Between I would double quote the bastille version to:
```
BASTILLE_VERSION="1.0.20250714"
```
But I leave that as that just in case.
2025-07-09 00:25:36 -04:00
JRGTH
b32d32f64e
Solve one more conflict for list cmd
...
This will solve one more conflict for list command, we will later add the `[snapshot(s)]` to the usage banner.
2025-07-08 19:43:33 -04:00
JRGTH
c52e559533
Solve later PR conflict for list cmd
...
This PR will solve the later PR conflict for the list cmd.
2025-07-08 19:25:06 -04:00
JRGTH
9561f83edf
Make shellcheck happy.
...
Just make shellcheck happy and code maintenance.
2025-07-03 00:10:24 -04:00
JRGTH
9503df28fb
Add snapshot batch rollback and simplify code
...
Add snapshot batch rollback ability and simplify/maintenance code.
2025-07-02 23:59:41 -04:00
JRGTH
72e9bae7f2
Add some checks wen handling batch snapshots
...
Add some checks and delay only wen handling batch snapshots with generated names.
2025-06-27 11:35:28 -04:00
JRGTH
3d5c76c146
Remove early warning, seems redundant with zfs
...
Remove early warning, seems redundant with zfs error handling output.
2025-06-27 05:04:02 -04:00
JRGTH
e953aea373
Add one sec for creating snaps in batch mode
2025-06-27 04:54:57 -04:00
JRGTH
d6a9848354
Remove dryrun, user can see snap data with list
...
Remove dryrun as user can see snap usage data with `list` cmd instead.
2025-06-27 03:54:52 -04:00
JRGTH
837c77ee73
[Enhancement] 'Bastille zfs command'
...
[Enhancement] 'Bastille zfs command'
Here is the proposed `zfs` comand enhancement proposed here: https://github.com/BastilleBSD/bastille/pull/1163
2025-06-27 03:07:49 -04:00
tschettervictor
cf8a9b333a
Merge pull request #1161 from BastilleBSD/tschettervictor-patch-1
2025-06-23 22:17:18 -06:00
tschettervictor
6cc600394a
etcupdate: Better handling of src verify
2025-06-23 22:03:06 -06:00
tschettervictor
12a7c45ec7
Merge pull request #1159 from BastilleBSD/exit-code
2025-06-22 14:40:36 -06:00
tschettervictor
a9901fbc03
pkg: Quote $@
2025-06-22 12:15:27 -06:00
tschettervictor
2b4599af2f
add exit code export to pkg,service,sysrc
2025-06-22 12:12:02 -06:00
tschettervictor
7cbcdabb91
pkg: Add exit code check and return
2025-06-22 12:06:04 -06:00
tschettervictor
d5d4fdd589
sysrc: Add exit code check and return
2025-06-22 11:35:09 -06:00
tschettervictor
3f32fd1864
service: Add exit code check and return
2025-06-22 11:34:33 -06:00
tschettervictor
0fb4aac12a
cmd: Rename print > return
2025-06-22 11:25:56 -06:00
tschettervictor
d49e6f74fb
common: Rename print > return
2025-06-22 11:25:23 -06:00
tschettervictor
6b205dcac7
common: Add exit code functions
2025-06-22 11:12:09 -06:00
tschettervictor
77b6f09e22
cmd: Initiate exit code collect
2025-06-22 11:11:22 -06:00
Barry McCormick
dfe380ca4c
Merge pull request #1156 from BastilleBSD/1.0.20250714
...
1.0.20250714
2025-06-21 21:44:32 -07:00
Barry McCormick
486e9e7d91
Merge pull request #1155 from BastilleBSD/master
...
updating release branch
2025-06-21 21:43:58 -07:00
tschettervictor
0ede2a51e6
Merge pull request #1152 from BastilleBSD/rdr-table-source
2025-06-20 13:57:31 -06:00
tschettervictor
fe12a24525
rdr: Load tables on both stacks by default
2025-06-20 12:54:50 -06:00
tschettervictor
d3c192e347
rdr: suppress table output
2025-06-20 12:37:40 -06:00
tschettervictor
a90e29244d
rdr: Fix ()
2025-06-20 12:23:45 -06:00
tschettervictor
c8477839fc
Merge pull request #1154 from JRGTH/export_cmd_bugfix
...
Fix export cmd with predefined/default options
2025-06-19 22:17:05 -06:00
JRGTH
8b278ede4e
Fix export cmd with predefined/default options
2025-06-20 00:06:37 -04:00
tschettervictor
a03fd2e007
docs: list: Update help docs
2025-06-19 08:36:02 -06:00
tschettervictor
7303db1521
docs: list: add missing “releases”
2025-06-18 21:01:29 -06:00
tschettervictor
78b4c6c861
list: add missing “releases”
2025-06-18 21:00:42 -06:00
tschettervictor
f65ae95212
rdr: Fix exit on invalid table
2025-06-18 19:12:31 -06:00
tschettervictor
58a74fa3f6
docs: rdr: fix help message
2025-06-18 19:02:22 -06:00
tschettervictor
00640f2678
rdr: Fix help message
2025-06-18 19:01:16 -06:00
tschettervictor
aed09d68b9
docs: rdr: add docs for table as source
2025-06-18 19:00:09 -06:00
tschettervictor
ae39ededbb
rdr: Allow setting table name as source
2025-06-18 18:56:02 -06:00
Barry McCormick
85f8f0d548
Merge pull request #1150 from BastilleBSD/master
...
master merge
2025-06-18 09:11:57 -07:00
Barry McCormick
51689487b4
Merge pull request #1149 from BastilleBSD/1.0.20250714
...
1.0.20250714
2025-06-18 09:11:21 -07:00
tschettervictor
2070e84cdb
Merge pull request #1148 from BastilleBSD/tschettervictor-patch-2
...
export: Exit if sha can't be generated
2025-06-16 23:03:22 -06:00
tschettervictor
5174c27251
export: Exit if sha can't be generated
2025-06-16 23:03:10 -06:00
tschettervictor
9006792630
Merge pull request #1147 from BastilleBSD/tschettervictor-patch-2
...
export: Allow grouping certain options (-ax)
2025-06-16 22:16:21 -06:00
tschettervictor
63a913195d
export: Allow grouping certain options (-ax)
2025-06-16 22:16:09 -06:00
tschettervictor
b064349079
Merge pull request #1146 from BastilleBSD/tschettervictor-patch-2
2025-06-16 22:11:52 -06:00
tschettervictor
f8a56382e3
docs: export: add debug option
2025-06-16 22:11:40 -06:00
tschettervictor
a98dcb5047
Merge pull request #1145 from BastilleBSD/tschettervictor-patch-2
2025-06-16 21:56:44 -06:00
tschettervictor
2c0c99232e
Update export.sh
2025-06-16 21:56:34 -06:00
tschettervictor
74b8809e21
Merge pull request #1144 from BastilleBSD/tschettervictor-patch-2
2025-06-16 21:53:53 -06:00