Star

Created With

linkMigration from 1.7 to 1.8

link⚠️ Important notes

The way snapshots are referenced in the restore and prune commands has been changed. Before they were referenced by the path. Now every backup is tagged and those tags are then referenced in the cli. This means that when running restore and forget commands old backups are not taken into account anymore.

linkConfig files

See detailed instructions below.

linkConfig Version

The version field of the config file has been changed from 2 to 3.

linkHooks

Since 1.8 both backup and restore hooks are possible. For this reason, backup hooks have been moved one layer deeper, you have to move them in a backup object.

Before:

1linklocations:

2link l1:

3link # ...

4link from: /foo/bar

5link hooks:

6link before:

7link - pwd

After:

1linklocations:

2link l1:

3link # ...

4link from: /foo/bar

5link hooks:

6link backup:

7link before:

8link - pwd

9link restore:

10link after:

11link - echo "My super restore hook"

Migration from 1.7 to 1.8⚠️ Important notesConfig filesConfig VersionHooks

Home Quick Start Installation Configuration Upgrade

Locationschevron_right

Overview Hooks

Optionschevron_right

Cron Docker Volumes

Backendchevron_right
CLIchevron_right
Migrationchevron_right

Examples Docker QA Community Contributors