Typos and fixes
This commit is contained in:
parent
34b13cec9e
commit
227bd48f5b
1 changed files with 4 additions and 5 deletions
|
@ -165,7 +165,7 @@
|
|||
echo -e " done."
|
||||
end;
|
||||
|
||||
echo " Remaining Snapshots in ubvolume $volume"
|
||||
echo " Remaining Snapshots in subvolume $volume"
|
||||
sudo snapper -c $volume list
|
||||
end
|
||||
'';
|
||||
|
@ -190,13 +190,13 @@
|
|||
echo -e " done."
|
||||
end;
|
||||
|
||||
echo " Remaining Snapshots in ubvolume $volume"
|
||||
echo " Remaining Snapshots in subvolume $volume"
|
||||
sudo snapper -c $volume list
|
||||
end
|
||||
'';
|
||||
clean-btrfs-backup-snapshots = ''
|
||||
set subvolumes $(sudo snapper list-configs --column config | tail -n +3)
|
||||
set types btrfs-backup"
|
||||
set types "btrfs-backup"
|
||||
set num_btrfs_backup "5"
|
||||
|
||||
for volume in $subvolumes;
|
||||
|
@ -215,11 +215,10 @@
|
|||
echo -e " done."
|
||||
end;
|
||||
|
||||
echo " Remaining Snapshots in ubvolume $volume"
|
||||
echo " Remaining Snapshots in subvolume $volume"
|
||||
sudo snapper -c $volume list
|
||||
end
|
||||
'';
|
||||
|
||||
};
|
||||
|
||||
shellAliases = {
|
||||
|
|
Loading…
Add table
Reference in a new issue