We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need a function to pick which USB drive target to use given the inputs of:
Search pattern is to look for all combinations of:
(usb_base)/(usb_prefix)(usb_filename)(usb_suffix)
Example:
usb_base = /mnt/offsite usb_prefix = A B usb_filename = BACKUP usb_suffix = 1 2
Search space is thus:
/mnt/offsite/ABACKUP1 /mnt/offsite/ABACKUP2 /mnt/offsite/BBACKUP1 /mnt/offsite/BBACKUP2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need a function to pick which USB drive target to use given the inputs of:
Search pattern is to look for all combinations of:
(usb_base)/(usb_prefix)(usb_filename)(usb_suffix)
Example:
usb_base = /mnt/offsite
usb_prefix = A B
usb_filename = BACKUP
usb_suffix = 1 2
Search space is thus:
/mnt/offsite/ABACKUP1
/mnt/offsite/ABACKUP2
/mnt/offsite/BBACKUP1
/mnt/offsite/BBACKUP2
The text was updated successfully, but these errors were encountered: