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
Updated the documentation to reflect these changes.
Minor Changes
Added comprehensive Survey Configuration to gather user input and customize backup or restore processes.
Added extensions/patterns/backup and extensions/patterns/restore directories to support backup and restore workflows.
Added workaround to support SCP file transfer on Cisco IOS devices by bypassing libssh limitations and using system SCP CLI as a fallback.
Created playbooks directories for each pattern, including backup/playbooks for full and differential backups, and restore/playbooks for restoring backups.
Introduced setup.yml files to configure projects and job templates for both backup and restore patterns.
Introduced support for user-defined custom path and filename variables for both local and remote (SCM) datastores.
Removed redundant operation variable from role defaults and tasks, as it is no longer needed due to improved task variable handling.
update backup task with timestamp as part of default file name.