Lines Matching defs:snapshot
223 { "snapshot", zfs_do_snapshot, HELP_SNAPSHOT },
289 "<snapshot> <filesystem|volume>\n"));
305 "[filesystem|volume|snapshot|bookmark] ...\n"));
308 "<filesystem|volume|snapshot> ...\n"));
316 "[filesystem|volume|snapshot] ...\n"));
326 "\t <filesystem|volume|snapshot>\n"
332 return (gettext("\trename [-f] <filesystem|volume|snapshot> "
333 "<filesystem|volume|snapshot>\n"
336 "\trename -r <snapshot> <snapshot>\n"));
338 return (gettext("\trollback [-rRf] <snapshot>\n"));
341 "[-i|-I snapshot]\n"
342 "\t [-R [-X dataset[,dataset]...]] <snapshot>\n"
343 "\tsend [-DnVvPLecw] [-i snapshot|bookmark] "
344 "<filesystem|volume|snapshot>\n"
345 "\tsend [-DnPpVvLec] [-i bookmark|snapshot] "
346 "--redact <bookmark> <snapshot>\n"
351 "<filesystem|volume|snapshot> ...\n"));
387 "<filesystem|snapshot|path>\n"));
392 "<filesystem|snapshot|path>\n"));
396 "\t [-S field] ... <filesystem|snapshot|path>\n"));
403 return (gettext("\thold [-r] <tag> <snapshot> ...\n"));
405 return (gettext("\tholds [-rHp] <snapshot> ...\n"));
407 return (gettext("\trelease [-r] <tag> <snapshot> ...\n"));
409 return (gettext("\tdiff [-FHth] <snapshot> "
410 "[snapshot|filesystem]\n"));
412 return (gettext("\tbookmark <snapshot|bookmark> "
432 return (gettext("\tredact <snapshot> <bookmark> "
1027 * and volumes. Snapshot creation is handled by 'zfs snapshot'.
1392 * wasn't specified, or the target is a snapshot.
1726 "snapshots to destroy; check snapshot names.\n"));
2292 "snapshot",
2346 * of a dataset (ex. 'zfs get -t snapshot refer <dataset>').
2766 * filesystem | snapshot | path
2769 * filesystem | snapshot | path
2771 * [-S field [-S field]...] filesystem | snapshot | path
2783 * filesystem or snapshot.
3574 * [-t type[,...]] [filesystem|volume|snapshot] ...
3826 * Generic callback function to list a dataset or snapshot.
3924 "snapshot",
3981 * of the current dataset (ex. 'zfs list -t snapshot <dataset>').
4102 "rename must be a snapshot\n"));
4203 (void) fprintf(stderr, gettext("provided snapshot %s "
4212 "snapshot %s does not exist\n"), rsnaps[i]);
4237 "redaction snapshot must be descendent of "
4238 "snapshot being redacted\n"));
4250 "snapshot; full dataset names required\n"));
4265 * zfs rollback [-rRf] <snapshot>
4271 * Given a filesystem, rollback to a specific snapshot, discarding any changes
4311 * snapshot dependents - if 'cb_dependent' is set, then this is a
4417 /* open the snapshot */
4452 * Rollback parent to the given snapshot.
4603 * zfs snapshot [-r] [-o prop=value] ... <fs@snap>
4605 * Creates a snapshot with the given name. While functionally equivalent to
4648 (void) fprintf(stderr, gettext("missing snapshot argument\n"));
4911 gettext("missing snapshot argument\n"));
4992 * Neither bookmark or snapshot was specified. Print a
4993 * warning, and assume snapshot.
4996 "didn't specify type, assuming snapshot. Use '@' "
5061 * If they specified the full path to the snapshot, chop off
5062 * everything except the short name of the snapshot, but special
5214 (void) fprintf(stderr, gettext("missing snapshot argument\n"));
5286 #define ZFS_DELEG_PERM_SNAPSHOT "snapshot"
5892 str = gettext("Allows adding a user hold to a snapshot");
5907 "might destroy the snapshot");
6743 gettext("'%s' is not a snapshot\n"), path);
6870 * Generic callback function to list a dataset or snapshot.
6966 char *snapshot = argv[i];
6970 delim = strchr(snapshot, '@');
6973 gettext("'%s' is not a snapshot\n"), snapshot);
6979 snapshot[delim - snapshot] = '\0';
8172 gettext("must provide at least one snapshot name\n"));
8226 * Creates a bookmark with the given name from the source snapshot
9199 * The 'snap' command is an alias for 'snapshot'
9202 cmdname = "snapshot";