search for: do_snapshot

Displaying 2 results from an estimated 2 matches for "do_snapshot".

Did you mean: dm_snapshot
2002 Nov 05
2
[PATCH] Add a chroot_users option to sshd
...d: Deprecated option %s", *** session.c@@\main\1 Tue Oct 1 17:25:48 2002 --- session.c Tue Nov 5 09:59:14 2002 *************** *** 99,104 **** --- 99,111 ---- /* original command from peer. */ const char *original_command = NULL; + /* option to use filesystem snapshot */ + /* #define DO_SNAPSHOTS */ + #ifdef DO_SNAPSHOTS + /* snapshot name */ + char *snapshot = NULL; + #endif + /* data */ #define MAX_SESSIONS 10 Session sessions[MAX_SESSIONS]; *************** *** 1255,1260 **** --- 1262,1268 ---- const char *shell, *shell0, *hostname = NULL; struct passwd *pw = s->pw; u_...
2013 Nov 16
16
[PATCH] BTRFS-PROG: recursively subvolume snapshot and delete
Hi All, the following patches implement the recursively snapshotting and deleting of a subvolume. To snapshot recursively you must pass the -R switch: # btrfs subvolume create sub1 Create subvolume ''./sub1'' # btrfs subvolume create sub1/sub2 Create subvolume ''sub1/sub2'' # btrfs subvolume snapshot -R sub1 sub1-snap Create a snapshot of