Flipper Developer Docs
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Files
File List
Globals
All
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
w
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
w
Variables
Typedefs
a
b
c
d
e
f
g
i
m
n
p
r
s
t
v
Enumerations
a
b
c
d
e
f
g
i
n
o
p
r
s
v
Enumerator
c
e
f
g
i
n
o
r
s
v
Macros
_
d
e
f
r
v
w
Examples
▼
Flipper Developer Docs
►
App Development
►
Developer Tools
►
Expansion Modules
►
File Formats
►
JavaScript
►
Miscellaneous
►
System Programming
►
js_gui__widget
Deprecated List
►
Data Structures
▼
Files
▼
File List
►
applications
►
furi
▼
lib
►
bit_lib
►
ble_profile
►
datetime
►
digital_signal
►
drivers
►
flipper_application
►
flipper_format
►
FreeRTOS-glue
►
ibutton
►
infrared
►
lfrfid
►
mjs
►
music_worker
►
nfc
►
one_wire
►
print
►
pulse_reader
►
signal_reader
►
subghz
►
toolbox
►
u8g2
▼
update_util
►
resources
dfu_file.h
dfu_headers.h
int_backup.h
update_manifest.h
update_operation.h
err.h
mbedtls_cfg.h
►
targets
►
Globals
►
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
int_backup.h
1
#pragma once
2
3
#include <stdbool.h>
4
#include <
storage/storage.h
>
5
6
#define INT_BACKUP_DEFAULT_FILENAME "backup.tar"
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
bool
int_backup_create(
Storage
* storage,
const
char
* destination);
13
bool
int_backup_exists(
Storage
* storage,
const
char
* source);
14
bool
int_backup_unpack(
Storage
* storage,
const
char
* source);
15
16
#ifdef __cplusplus
17
}
18
#endif
storage.h
APIs for working with storages, directories and files.
Storage
Definition
storage_i.h:23
lib
update_util
int_backup.h
Generated by
1.12.0