You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace stat with df for better portability, issue #204
Fix helper error at eof with empty receive list
Show only single overwrite warning
Make receive.log local
Create /var/lock path
Use gawk explicitly
Experiment
See if Wyng can list and retrieve data on non-Linux systems.
Test system
Observations
After installing the py39-zstd and py39-pycryptodome packages in FreeBSD, then copying an existing Wyng archive from a Linux VM...
Trying simple
wyng --dest=file:/path list
:receive
stat -f -c '%a %S'
fails with 'No such file or directory' –probably replace this withdf -P
chattr
command not foundAlso:
Trying
wyng --dest=file:/path verify volname
:awk
command exited with status 2:Installing
gawk
and changing the command path fixed this.BSD
sed
does not like the\s
and\S
sequences for space; works with the replacements ' ' and[^ ]
.With these two workarounds,
verify
operations succeeded.Trying simple
wyng --dest=file:/path --save-to=test.img receive volname
:lvm
command not availableThe text was updated successfully, but these errors were encountered: