Lines Matching defs:snapshot

186 	{ "snapshot",	zfs_do_snapshot,	HELP_SNAPSHOT		},
232 "<snapshot> <filesystem|volume>\n"));
248 "[filesystem|volume|snapshot|bookmark] ...\n"));
251 "<filesystem|volume|snapshot> ...\n"));
258 "[filesystem|volume|snapshot] ...\n"));
266 "snapshot>\n"
267 "\treceive [-vnsFu] [-o origin=<snapshot>] [-d | -e] "
271 return (gettext("\trename [-f] <filesystem|volume|snapshot> "
272 "<filesystem|volume|snapshot>\n"
274 "\trename -r <snapshot> <snapshot>\n"));
276 return (gettext("\trollback [-rRf] <snapshot>\n"));
278 return (gettext("\tsend [-DnPpRvLe] [-[iI] snapshot] "
279 "<snapshot>\n"
280 "\tsend [-Le] [-i snapshot|bookmark] "
281 "<filesystem|volume|snapshot>\n"
285 "<filesystem|volume|snapshot> ...\n"));
321 "<filesystem|snapshot>\n"));
326 "<filesystem|snapshot>\n"));
328 return (gettext("\thold [-r] <tag> <snapshot> ...\n"));
330 return (gettext("\tholds [-r] <snapshot> ...\n"));
332 return (gettext("\trelease [-r] <tag> <snapshot> ...\n"));
334 return (gettext("\tdiff [-FHt] <snapshot> "
335 "[snapshot|filesystem]\n"));
357 return (gettext("\tbookmark <snapshot> <bookmark>\n"));
754 * and volumes. Snapshot creation is handled by 'zfs snapshot'.
1021 * wasn't specified, or the target is a snapshot.
1327 "snapshots to destroy; check snapshot names.\n"));
1770 "volume", "snapshot", "bookmark",
2224 * [-S field [-S field]...] [-t type[,...]] filesystem | snapshot
2226 * [-S field [-S field]...] [-t type[,...]] filesystem | snapshot
2238 * filesystem or snapshot.
2916 * [-t type[,...]] [filesystem|volume|snapshot] ...
3054 * Generic callback function to list a dataset or snapshot.
3129 "volume", "snapshot", "snap", "bookmark",
3273 "rename must be a snapshot\n"));
3336 * zfs rollback [-rRf] <snapshot>
3342 * Given a filesystem, rollback to a specific snapshot, discarding any changes
3379 * not specified. We reuse this same callback for the snapshot dependents - if
3465 /* open the snapshot */
3495 * Rollback parent to the given snapshot.
3633 * zfs snapshot [-r] [-o prop=value] ... <fs@snap>
3635 * Creates a snapshot with the given name. While functionally equivalent to
3675 (void) fprintf(stderr, gettext("missing snapshot argument\n"));
3803 gettext("missing snapshot argument\n"));
3876 * If they specified the full path to the snapshot, chop off
3877 * everything except the short name of the snapshot, but special
3993 (void) fprintf(stderr, gettext("missing snapshot argument\n"));
4064 #define ZFS_DELEG_PERM_SNAPSHOT "snapshot"
4637 str = gettext("Allows adding a user hold to a snapshot");
4652 "might destroy the snapshot");
5454 gettext("'%s' is not a snapshot\n"), path);
5565 * Generic callback function to list a dataset or snapshot.
5659 char *snapshot = argv[i];
5663 delim = strchr(snapshot, '@');
5666 gettext("'%s' is not a snapshot\n"), snapshot);
5672 snapshot[delim - snapshot] = '\0';
7286 gettext("must provide at least one snapshot name\n"));
7330 * Creates a bookmark with the given name from the given snapshot.
7356 (void) fprintf(stderr, gettext("missing snapshot argument\n"));
7520 * The 'snap' command is an alias for 'snapshot'
7523 cmdname = "snapshot";