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
I'd want to complete #1 first so restore is able to check if a backup exists for app/s and restore accordingly.
Could be conducted with the following rm -rf $DOCKER_VOLUMES$i* $DOCKER_VOLUMES$i..?* $DOCKER_VOLUMES$i.[!.]* ; tar -C $DOCKER_VOLUMES$i -xjf $TARGET$i$(date '+%Y-%m-%d').tar.bz2
The text was updated successfully, but these errors were encountered:
Important, but haven't had time to test.
I'd want to complete #1 first so restore is able to check if a backup exists for app/s and restore accordingly.
Could be conducted with the following
rm -rf $DOCKER_VOLUMES$i* $DOCKER_VOLUMES$i..?* $DOCKER_VOLUMES$i.[!.]* ; tar -C $DOCKER_VOLUMES$i -xjf $TARGET$i$(date '+%Y-%m-%d').tar.bz2
The text was updated successfully, but these errors were encountered: