Unknown YCP Module |
|
This module has an unstable interface. |
File: modules/Snapper.ycp
Summary: Snapper settings, input and output functions
Authors: Jiri Suchomel
$Id$
Return map of files modified between given snapshots Return structure has just one level, and maps each modified file to it's modification map
- Parameters:
-
from to
Return map of files modified between given snapshots Map is recursively describing the filesystem structure; helps to build Tree widget contents
- Parameters:
-
from to
Return the path to given snapshot
- Parameters:
-
snapshot_num
Return the full path to the given file from currently selected configuration (subvolume)
- Parameters:
-
file path, relatively to current config GetFileFullPath ("/testfile.txt") -> /abc/testfile.txt for /abc subvolume
Describe what was done with given file between given snapshots - when new is 0, meaning is 'current system'
- Parameters:
-
file old new
Read the list of snapshots
Initialize snapper agent Return true on success
- Parameters:
-
config
Delete existing snapshot Return true on success
- Parameters:
-
args
Modify existing snapshot Return true on success
- Parameters:
-
args
Create new snapshot Return true on success
- Parameters:
-
args
Read all snapper settings
- Return value:
-
true on success
Return the given file mode as octal number
- Parameters:
-
file
Copy given files from selected snapshot to current filesystem
- Parameters:
-
snapshot_num snapshot identifier files list of full paths to files
- Return value:
-
success