Optionschevron_right
By default autorestic searches for a .autorestic.yml file in the current directory and your home folder.
./.autorestic.yml~/.autorestic.ymlYou can also specify a custom file with the -c path/to/some/config.yml
⚠️ WARNING ⚠️
Note that the data is automatically encrypted on the server. The key will be generated and added to your config file. Every backend will have a separate key. You should keep a copy of the keys or config file somewhere in case your server dies. Otherwise DATA IS LOST!
1linklocations:
2link  home:
3link    from: /home/me
4link    to: remote
5link
6link  important:
7link    from: /path/to/important/stuff
8link    to:
9link      - remote
10link      - hdd
11link
12linkbackends:
13link  remote:
14link    type: b2
15link    path: 'myBucket:backup/home'
16link    B2_ACCOUNT_ID: account_id
17link    B2_ACCOUNT_KEY: account_key
18link
19link  hdd:
20link    type: local
21link    path: /mnt/my_external_storage
Home Quick Start Installation Configuration Upgrade