27b9ec49da
Add files via upload
...
Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com >
2025-02-24 16:20:59 +00:00
ef0680a140
Delete scripts/restore.sh
...
Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com >
2025-02-02 19:36:01 +00:00
a54579cf3d
Delete scripts/backup.sh
...
Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com >
2025-02-02 19:35:51 +00:00
fe7e7ec31a
Backup and restore edits
...
Windows and linux files
Signed-off-by: wpa-2 <9049886+wpa-2@users.noreply.github.com >
2025-02-02 19:34:51 +00:00
d1f0b7bb08
feat: dynamic usbiface
2024-12-25 12:53:48 +01:00
ae2eb77c7b
Update backup.sh
2024-12-21 15:57:10 +01:00
bcd49f3b40
Update backup script
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2024-12-20 14:34:25 +01:00
35deab25f2
Small update to the build
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2024-12-18 20:16:50 +01:00
9217338a74
Update build
2024-12-01 16:28:57 +01:00
a78042b0fd
Remove builder/data folder, we don't need that anymore.
...
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com >
2024-12-01 12:57:33 +01:00
c918b620a8
Update build
...
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com >
2024-11-23 14:12:53 +01:00
55c6007d32
Update everyting!
...
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com >
2024-02-25 11:10:59 +01:00
faa48b2752
Change repo's
...
Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com >
2024-02-25 10:42:47 +01:00
ee9aaac711
2.5.6
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2023-11-29 16:00:06 +01:00
dbe9a69fd6
edited script somewhat
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2023-11-14 08:37:50 +01:00
cec13d0ad2
update Afrikaans language
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2023-11-13 23:11:19 +01:00
8c9519f2ee
Version 2.2.9:
...
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com >
2023-09-05 20:29:09 +02:00
6117133bbc
lets reload pf.conf, and check for root just-in-case
2021-11-11 14:51:54 +01:00
359e501d3a
Update openbsd_connection_share.sh
...
let's use USB_IFACE instead on the error message.
2021-10-31 15:18:50 +01:00
223d3fb192
add openbsd connection share
2021-10-31 15:16:53 +01:00
9ec2646347
fix: backing up plugins status files ( fixes #990 )
2021-04-24 15:59:45 +02:00
4441ae852c
misc: using stork for releases
2021-04-18 15:43:15 +02:00
713a14c504
Merge pull request #851 from MikeDawg/fixscripts
...
Fixing scripts - Make all scripts usage/help similar
2020-06-26 14:14:48 +02:00
0b1c51dcc7
If a step fails, abort script.
2020-06-09 20:03:28 -07:00
5f7dd56ead
Fixing scripts
...
Signed-off-by: MikeDawg <MikeDawg@gmail.com >
2020-04-14 14:08:16 -06:00
cdc0e0fa3e
adjust release script
2020-01-16 19:25:58 +01:00
779da95f78
related to toml migration
2020-01-14 18:37:39 +01:00
cfc0ad1b48
fix backup.sh (find with type f for no zero byte files into archive)
2019-11-19 05:03:21 +01:00
8c51936c13
fix: don't use $USERNAME as default username for backup/restore scripts, as this is usually defined on linux hosts as the current logged in user
...
Signed-off-by: Jeremy O'Brien <neutral@fastmail.com >
2019-11-15 07:59:32 -05:00
ab63ecccd7
new: macos connection share script now autodetects the usb interface and uses en0 as default upstream ( closes #597 )
2019-11-13 14:54:49 +01:00
1830a19b37
Remove '-w' as macOS doesn't have it. Fix var expansion in dash.
...
Signed-off-by: Aaron Bieber <aaron@bolddaemon.com >
2019-11-12 16:44:46 -07:00
81a89d43e0
misc: refactored ui.display.video as ui.web
2019-11-12 21:19:31 +01:00
0b2c156d29
Make backup / restore use POSIX shell for portability.
...
backup.sh:
- Add use getopts for a more friendly user interface.
- Add timeout to ping check.
- Add unix epoch to backup file names.
- Backup ssh information (/etc/ssh, $USER/.ssh).
restore.sh:
- Add use getopts for a more friendly user interface.
- Add timeout to ping check.
- If user doesn't specify a backup file to restore, attempt to
find the latest for the host name passed in.
Signed-off-by: Aaron Bieber <aaron@bolddaemon.com >
2019-11-11 07:49:24 -07:00
7ca1168fed
Ignore backup archives. Use 'find | xargs' to handle missing files. Correct file type in comments.
...
Signed-off-by: Daniel Hoherd <daniel.hoherd@gmail.com >
2019-11-09 17:20:42 -08:00
97a019fe25
new: implemented log rotation ( closes #527 )
2019-11-08 13:01:50 +01:00
3efa96b292
enhancement: Improve the backup script
...
- Significantly decrease time it takes to save a backup
- Remove host dependency on 'zip' binary
- Preserve file attributes on backed-up files
- Avoid copying files on the pi itself to /tmp
Signed-off-by: Jeremy O'Brien <neutral@fastmail.com >
2019-10-31 14:02:07 -04:00
5255e5fd13
Fix default setting to be an array, otherwise the iterator works over
...
characters, not strings.
2019-10-30 01:05:58 +00:00
0ad6e887ac
check zip is installed first
...
Signed-off-by: Ciara Brennan <ciara.brennan@gmail.com >
2019-10-28 11:49:24 +00:00
15b815d8ad
Merge pull request #422 from benleb/patch-1
...
polish backup.sh: add username, .bashrc to backup files, fix shellcheck lint issues
2019-10-27 18:00:13 +01:00
5119bf4326
quote shifting
2019-10-27 17:59:06 +01:00
65a3553521
Remove reference to VideoHandler, added reference to
...
Peer::first_encounter()
2019-10-27 15:43:42 +00:00
1c2ff20ab4
spelling: lifting
2019-10-26 22:08:50 -04:00
d5007385f3
add username option, .bashrc to backup files, implement shellcheck hints
2019-10-27 01:35:13 +02:00
546c7fe397
fix: chown backup file ( fixes #409 )
2019-10-26 17:15:42 +02:00
3ad426916f
small refactoring to facilitate integration of the bond equation
2019-10-23 15:20:16 +02:00
c954bf8ffa
fix: refactored backup.sh script to not require root login
2019-10-21 15:41:45 +02:00
a058d2e00d
fix: removed deprecated script
2019-10-18 15:57:40 +02:00
82bf9b9853
misc: small fix or general refactoring i did not bother commenting
2019-10-14 14:38:24 +02:00
6793312691
misc: small fix or general refactoring i did not bother commenting
2019-10-13 18:02:11 +02:00
31b4095fa5
Fix path
2019-10-08 22:31:40 +02:00