Lines Matching defs:snapshot

176 	{ "snapshot",	zfs_do_snapshot,	HELP_SNAPSHOT		},
220 "<snapshot> <filesystem|volume>\n"));
236 "[filesystem|volume|snapshot|bookmark] ...\n"));
239 "<filesystem|volume|snapshot> ...\n"));
246 "[filesystem|volume|snapshot] ...\n"));
254 "snapshot>\n"
255 "\treceive [-vnsFu] [-o origin=<snapshot>] [-d | -e] "
259 return (gettext("\trename [-f] <filesystem|volume|snapshot> "
260 "<filesystem|volume|snapshot>\n"
262 "\trename -r <snapshot> <snapshot>\n"));
264 return (gettext("\trollback [-rRf] <snapshot>\n"));
266 return (gettext("\tsend [-DnPpRvLec] [-[iI] snapshot] "
267 "<snapshot>\n"
268 "\tsend [-Le] [-i snapshot|bookmark] "
269 "<filesystem|volume|snapshot>\n"
273 "<filesystem|volume|snapshot> ...\n"));
309 "<filesystem|snapshot>\n"));
314 "<filesystem|snapshot>\n"));
316 return (gettext("\thold [-r] <tag> <snapshot> ...\n"));
318 return (gettext("\tholds [-r] <snapshot> ...\n"));
320 return (gettext("\trelease [-r] <tag> <snapshot> ...\n"));
322 return (gettext("\tdiff [-FHt] <snapshot> "
323 "[snapshot|filesystem]\n"));
325 return (gettext("\tbookmark <snapshot> <bookmark>\n"));
722 * and volumes. Snapshot creation is handled by 'zfs snapshot'.
989 * wasn't specified, or the target is a snapshot.
1295 "snapshots to destroy; check snapshot names.\n"));
1738 "volume", "snapshot", "bookmark",
2192 * [-S field [-S field]...] [-t type[,...]] filesystem | snapshot
2194 * [-S field [-S field]...] [-t type[,...]] filesystem | snapshot
2206 * filesystem or snapshot.
2884 * [-t type[,...]] [filesystem|volume|snapshot] ...
3027 * Generic callback function to list a dataset or snapshot.
3102 "volume", "snapshot", "snap", "bookmark",
3151 * If we are only going to list snapshot names and sort by name,
3253 "rename must be a snapshot\n"));
3316 * zfs rollback [-rRf] <snapshot>
3322 * Given a filesystem, rollback to a specific snapshot, discarding any changes
3359 * not specified. We reuse this same callback for the snapshot dependents - if
3445 /* open the snapshot */
3475 * Rollback parent to the given snapshot.
3613 * zfs snapshot [-r] [-o prop=value] ... <fs@snap>
3615 * Creates a snapshot with the given name. While functionally equivalent to
3655 (void) fprintf(stderr, gettext("missing snapshot argument\n"));
3803 gettext("missing snapshot argument\n"));
3878 * If they specified the full path to the snapshot, chop off
3879 * everything except the short name of the snapshot, but special
3995 (void) fprintf(stderr, gettext("missing snapshot argument\n"));
4066 #define ZFS_DELEG_PERM_SNAPSHOT "snapshot"
4639 str = gettext("Allows adding a user hold to a snapshot");
4654 "might destroy the snapshot");
5456 gettext("'%s' is not a snapshot\n"), path);
5567 * Generic callback function to list a dataset or snapshot.
5661 char *snapshot = argv[i];
5665 delim = strchr(snapshot, '@');
5668 gettext("'%s' is not a snapshot\n"), snapshot);
5674 snapshot[delim - snapshot] = '\0';
6799 gettext("must provide at least one snapshot name\n"));
6843 * Creates a bookmark with the given name from the given snapshot.
6869 (void) fprintf(stderr, gettext("missing snapshot argument\n"));
7007 * The 'snap' command is an alias for 'snapshot'
7010 cmdname = "snapshot";